Skip to content

Commit

Permalink
Dogfood itself in branch protection
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Sep 24, 2022
1 parent 8513692 commit 78711bc
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/self-smoke-test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,4 +212,24 @@ jobs:
- run: echo 'outputs=${{ toJSON(steps.check.outputs) }}'
if: always()

check:
needs:
- wait-for-success
- wait-for-failure
- wait-for-both
- allow-some-failures
- allow-some-failures-str
- allow-failures-n-skips
- allow-skips
- allow-partials
if: always()
runs-on: ubuntu-latest
steps:
- name: Checkout the src from Git
uses: actions/checkout@v3
- uses: ./
id: check
with:
jobs: ${{ toJSON(needs) }}

...

0 comments on commit 78711bc

Please sign in to comment.