From 0a6474fb2855df0d94b321ac4fa2c1bc3d1e977b Mon Sep 17 00:00:00 2001 From: Ben Johnson Date: Sat, 22 Jan 2022 11:00:38 -0700 Subject: [PATCH] Restrict CI jobs --- .github/workflows/commit.yml | 4 ++++ 1 file changed, 4 insertions(+) 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: