Skip to content

Commit

Permalink
Merge pull request #639 from adambkaplan/fix-nightly-gh-action
Browse files Browse the repository at this point in the history
Release jobs - only run on shipwright-io/build
  • Loading branch information
openshift-merge-robot authored Mar 5, 2021
2 parents 75d7f63 5741e7c commit 019c2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/nightly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 8,7 @@ on:

jobs:
nightly:
if: github.repository == "shipwright-io/build"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 12,7 @@ on:

jobs:
release:
if: github.repository == "shipwright-io/build"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 019c2f2

Please sign in to comment.