Skip to content

Commit

Permalink
Fixed workflow ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed May 27, 2024
1 parent 36af0f1 commit 4d73629
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
name: Regular
needs: [ ci-job ]
steps:
step:
- name: Branch Protection
run: true
- name: Branch Protection
run: true

slow-tests:
uses: ./.github/workflows/run-tests.yml
Expand All @@ -45,6 +44,5 @@ jobs:
name: Merge
needs: [ slow-tests ]
steps:
step:
- name: Branch Protection
run: true
- name: Branch Protection
run: true

0 comments on commit 4d73629

Please sign in to comment.