We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d62521 commit a2c8e79Copy full SHA for a2c8e79
1 file changed
.github/workflows/devguard-scanner.yaml
@@ -121,7 +121,7 @@ jobs:
121
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
122
123
postgresql-pipeline:
124
- if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')'
+ if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
125
uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix
126
permissions:
127
contents: read
0 commit comments