Skip to content

Commit

Permalink
ci(tests): skip tests if event is workflow_dispatch
Browse files Browse the repository at this point in the history
Signed-off-by: Dwi Siswanto <[email protected]>
  • Loading branch information
dwisiswant0 committed Feb 24, 2024
1 parent 44b21e7 commit aa98ad8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
matrix:
go-version: [1.19.x, 1.20.x, 1.21.x, 1.22.x]
runs-on: ubuntu-latest
if: (github.event_name != 'workflow_dispatch')
steps:
- uses: actions/checkout@v3
- uses: actions/setup-go@v5
Expand Down

0 comments on commit aa98ad8

Please sign in to comment.