diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 846da22..e58491a 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -50,6 +50,7 @@ jobs: s3-integration-test: name: Run S3 Integration Tests + if: ${{ github.actor == 'benbjohnson' }} runs-on: ubuntu-18.04 needs: build steps: @@ -67,6 +68,7 @@ jobs: gcp-integration-test: name: Run GCP Integration Tests + if: ${{ github.actor == 'benbjohnson' }} runs-on: ubuntu-18.04 needs: build steps: @@ -88,6 +90,7 @@ jobs: abs-integration-test: name: Run Azure Blob Store Integration Tests + if: ${{ github.actor == 'benbjohnson' }} runs-on: ubuntu-18.04 needs: build steps: @@ -104,6 +107,7 @@ jobs: # sftp-integration-test: # name: Run SFTP Integration Tests +# if: ${{ github.actor == 'benbjohnson' }} # runs-on: ubuntu-18.04 # needs: build # steps: