Skip to content

Commit c1447f7

Browse files
ysetomasarasi
authored andcommitted
Revert "DEBUG: remove condition"
This reverts commit 329ed32.
1 parent 102603b commit c1447f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
build:
4040
needs: [test, test-linux]
4141
runs-on: ubuntu-latest
42-
# if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
42+
if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/v')
4343
steps:
4444
- run: |
4545
sudo apt-get update

0 commit comments

Comments
 (0)