Skip to content

Commit

Permalink
Fixed workflow ci.yml runs on
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 27, 2024
1 parent 4d73629 commit f8fe15e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
gate-1:
name: Regular
needs: [ ci-job ]
runs-on: ubuntu-latest
steps:
- name: Branch Protection
run: true
Expand All @@ -42,6 +43,7 @@ jobs:

gate-2:
name: Merge
runs-on: ubuntu-latest
needs: [ slow-tests ]
steps:
- name: Branch Protection
Expand Down

0 comments on commit f8fe15e

Please sign in to comment.