Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix(ci): only run github ci for external contributors
Browse files Browse the repository at this point in the history
We fix a typo in the expression that checks whether we want to run
Github CI.

Signed-off-by: Thomas Scholtes <thomas@monadic.xyz>
  • Loading branch information
Thomas Scholtes committed Apr 6, 2021
1 parent 3741682 commit 7bded01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Expand Up @@ -7,7 +7,7 @@ jobs:
build-linux:
# If this was triggered by a pull request, only run it if it
# originates from a fork.
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != 'radicle-dev/upstream'
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != 'radicle-dev/radicle-upstream'
runs-on: ubuntu-latest
container:
image: "gcr.io/opensourcecoin/radicle-upstream:0.7.0"
Expand Down

0 comments on commit 7bded01

Please sign in to comment.