Skip to content

Commit a2c8e79

Browse files
committed
fixes if statement in postgresql pipeline
1 parent 1d62521 commit a2c8e79

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/devguard-scanner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
devguard-token: ${{ secrets.DEVGUARD_TOKEN }}
122122

123123
postgresql-pipeline:
124-
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')'
124+
if: github.event_name == 'workflow_dispatch' || startsWith(github.ref, 'refs/tags/')
125125
uses: l3montree-dev/devguard-action/.github/workflows/full-nix.yml@nix
126126
permissions:
127127
contents: read

0 commit comments

Comments
 (0)