Skip to content

Commit

Permalink
fix(CI): modify syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
meysam81 committed Nov 10, 2024
1 parent da57db2 commit 4ef5e8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- checkov
- ansible-lint
- trivy
if: github_event_name == 'push' && github.ref == 'refs/heads/main'
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
permissions:
packages: write
runs-on: ubuntu-latest
Expand Down

0 comments on commit 4ef5e8d

Please sign in to comment.