Skip to content

Commit

Permalink
post stage
Browse files Browse the repository at this point in the history
  • Loading branch information
mcascone authored Aug 9, 2024
1 parent edbe167 commit 08caf8f
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/envtest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,15 @@ jobs:

- name: uses prior job output
run: echo 'Hi ${{ needs.linux_job.outputs.mascot }}' # Hi Gritty

post:
name: Post
runs-on: ${{ inputs.runs-on }}
timeout-minutes: ${{ inputs.timeout-minutes }}

# always runs, regardless of the outcome of any of the previous steps
if: always()

steps:
- name: Post
run: echo 'Post Steps, such as notifications, etc.'

0 comments on commit 08caf8f

Please sign in to comment.