Skip to content

Commit 36a7e50

Browse files
committed
Fix octocheese action.
1 parent 343eeca commit 36a7e50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/octocheese.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ on:
99

1010
jobs:
1111
Run:
12-
if: !startsWith(github.ref, 'refs/tags/')
1312
runs-on: ubuntu-latest
1413
steps:
1514
- uses: domdfcoding/octocheese@master
1615
with:
1716
pypi_name: "flake8-github-actions"
1817
env:
1918
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
19+
if: startsWith(github.ref, 'refs/tags/') != true

0 commit comments

Comments
 (0)