Skip to content

Commit 6ba1572

Browse files
committed
ci: update conditional for CI job execution
1 parent f98be66 commit 6ba1572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
needs:
6666
- test
6767
- build
68-
if: ${{ always() && format('refs/heads/{0}', github.event.repository.default_branch) == github.ref }}
68+
if: github.ref_name == github.event.repository.default_branch
6969
runs-on: ubuntu-latest
7070
permissions:
7171
contents: write

0 commit comments

Comments
 (0)