Skip to content

Commit

Permalink
fix skip syntax
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed May 13, 2024
1 parent f975bfb commit d412182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/static_checks_etc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ jobs:
make minimaltools
- name: check_go_versions
if: steps.skip-workflow.outputs.skip-workflow == 'false' && steps.changes.outputs.go_files == 'true'
if: steps.skip-workflow.outputs.skip-workflow == 'false'
run:
tools/check_go_versions.sh || exit 1

Expand Down

0 comments on commit d412182

Please sign in to comment.