Skip to content

Commit

Permalink
Fix go tests only being executed for PRs (#1364)
Browse files Browse the repository at this point in the history
  • Loading branch information
flostadler authored Sep 16, 2024
1 parent 9be0c87 commit 8bb0b9e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,6 @@ jobs:
- prerequisites
- build_sdk
runs-on: ubuntu-latest
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
env:
PROVIDER_VERSION: ${{ needs.prerequisites.outputs.version }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,6 @@ jobs:
- prerequisites
- build_sdk
runs-on: ubuntu-latest
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
env:
PROVIDER_VERSION: ${{ needs.prerequisites.outputs.version }}
steps:
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -675,7 +675,6 @@ jobs:
- prerequisites
- build_sdk
runs-on: ubuntu-latest
if: github.event_name == 'repository_dispatch' || github.event.pull_request.head.repo.full_name == github.repository
env:
PROVIDER_VERSION: ${{ needs.prerequisites.outputs.version }}
steps:
Expand Down

0 comments on commit 8bb0b9e

Please sign in to comment.