Skip to content

Commit

Permalink
Sequential workflows based on conclusion example - failed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olsido authored Jul 19, 2024
1 parent 528e897 commit 41015ed
Showing 1 changed file with 13 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: 8 - Sequential Workflows - Failure

on:
workflow_dispatch:

jobs:
failure-job:
runs-on: ubuntu-latest
steps:
- name: Failure Job
run: |
echo "This workflow will fail"
exit 1

0 comments on commit 41015ed

Please sign in to comment.