Skip to content

Commit

Permalink
Update gobuild.yml
Browse files Browse the repository at this point in the history
revert test code
  • Loading branch information
mandibles232 authored Oct 26, 2023
1 parent f724898 commit 158fdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gobuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: validate

runs-on: ubuntu-latest
if: github.event_name == 'push' #&& github.ref == 'refs/heads/master'
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

steps:
- name: Checkout Terrascan
Expand Down

0 comments on commit 158fdab

Please sign in to comment.