Skip to content

Commit

Permalink
cd: fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
eri24816 committed Jun 12, 2024
1 parent 44b8a6a commit d121540
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/standalone-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:

build-docker:
# only run if the tag is not prerelease
if: !contains(github.ref, '-a') && !contains(github.ref, '-b')
if: ! contains(github.ref, '-a') && ! contains(github.ref, '-b')
needs: build
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit d121540

Please sign in to comment.