Skip to content

Commit

Permalink
chore: update verifications references
Browse files Browse the repository at this point in the history
  • Loading branch information
Belco90 committed Jan 12, 2024
1 parent b0d0e37 commit 72d99d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ concurrency:
cancel-in-progress: true

jobs:
validations:
name: Run validations
verifications:
name: Verifications
uses: ./.github/workflows/verifications.yml

required-checks:
name: Require CI status checks
runs-on: ubuntu-latest
if: ${{ !cancelled() && github.event.action != 'closed' }}
needs: [validations]
needs: [verifications]
steps:
- run: ${{ !contains(needs.*.result, 'failure') }}
- run: ${{ !contains(needs.*.result, 'cancelled') }}

0 comments on commit 72d99d3

Please sign in to comment.