Skip to content

Commit

Permalink
Sequential workflows based on conclusion example - successful workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
olsido authored Jul 19, 2024
1 parent cdce93e commit 528e897
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 - Success

on:
workflow_dispatch:

jobs:
success-job:
runs-on: ubuntu-latest
steps:
- name: Success Job
run: |
echo "This workflow will succeed"
exit 0

0 comments on commit 528e897

Please sign in to comment.