Restrict CI jobs

This commit is contained in:
Ben Johnson
2022-01-22 11:00:38 -07:00
parent c7aa3635fd
commit 0a6474fb28

View File

@@ -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: