Skip to content

Commit

Permalink
Ex 11.19b
Browse files Browse the repository at this point in the history
  • Loading branch information
Saif-XI-Coderz committed Apr 10, 2024
1 parent 043badf commit d1ef795
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/health_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- ex11_19

jobs:
health_check:
Expand Down
5 changes: 5 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,11 @@ jobs:
if: ${{ always() }}
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: github context
run: echo "$GITHUB_CONTEXT"
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
- name: needs context
run: echo "$NEEDS_CONTEXT"
env:
Expand Down

0 comments on commit d1ef795

Please sign in to comment.