Skip to content
This repository has been archived by the owner on Oct 24, 2024. It is now read-only.

Commit

Permalink
Merge pull request #191 from folksgl/add-owner-condition
Browse files Browse the repository at this point in the history
Add run condition on repository owner
  • Loading branch information
Garrett Folks authored Mar 22, 2021
2 parents 37bc629 + 558ba5c commit bbeb2e9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
deploy:
if: github.repository_owner == '18F'
name: Deploy to cloud.gov
runs-on: ubuntu-latest
steps:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/sorn-grab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
find-sorns:
if: github.repository_owner == '18F'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
Expand Down

0 comments on commit bbeb2e9

Please sign in to comment.