Skip to content

Commit 5a576ef

Browse files
committed
fci
1 parent 972b299 commit 5a576ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate_and_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
release:
3535
needs: [validate]
3636
# if: github.repository == 'ReproNim/reproschema'
37-
if: ${{ github.event_name }} == 'release'
37+
if: github.event_name == 'release'
3838
runs-on: ubuntu-latest
3939
steps:
4040
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)