Disable PR Docker image build (#16141)

pull/16158/head
Diego Sampaio 6 years ago committed by GitHub
parent e4b6f07828
commit b4c22ec4d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/build_and_test.yml

@ -229,7 +229,7 @@ jobs:
build-image-pr:
runs-on: ubuntu-latest
if: github.event_name == 'pull_request'
if: github.event_name == 'DEACTIVATED-pull_request'
steps:
- uses: actions/checkout@v1

Loading…
Cancel
Save