Skip to content

Commit

Permalink
fix: only run actions if in the adobe/ repo (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: Shazron Abdullah <shaz@adobe.com>
  • Loading branch information
purplecabbage and shazron authored May 10, 2021
1 parent 21b8b3e commit 4d4e16d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/on-push-publish-to-npm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- 'package.json'
jobs:
publish:
if: github.repository == 'adobe/aio-cli-plugin-app'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/version-bump-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:
default: 'latest'
jobs:
checkout:
if: github.repository == 'adobe/aio-cli-plugin-app'
name: checkout
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit 4d4e16d

Please sign in to comment.