From ee91b5b2ddf00480dc43b9bab94a5a27ef369704 Mon Sep 17 00:00:00 2001 From: Yuki Okushi Date: Mon, 24 Feb 2020 13:38:35 +0900 Subject: [PATCH] Do not run deploy action on other repos --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index be40b27440d..5b7bec81999 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -15,6 +15,7 @@ env: jobs: deploy: runs-on: ubuntu-latest + if: github.repository == 'rust-lang/rust-clippy' steps: # Setup