Skip to content

Commit 8378f18

Browse files
authored
Merge pull request #313 from ringods/acceptance-ee-pr
Disable Enterprise acceptance tests for pull requests
2 parents 49e5e80 + d065879 commit 8378f18

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/acceptance-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
acceptance-ee:
3333
timeout-minutes: 60
3434
runs-on: ubuntu-latest
35+
if: ${{ github.event == 'push' }}
3536
steps:
3637
- name: Set up Go
3738
uses: actions/setup-go@v1

0 commit comments

Comments
 (0)