aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorseth <getchoo@tuta.io>2023-07-09 15:19:11 -0400
committerseth <getchoo@tuta.io>2023-07-09 15:43:54 -0400
commit8e4de055b841a6a2ca93b758344ddb72d2ea0f59 (patch)
treec3df3db1a484b14b6ef9c40e4b5224f276663567 /.github/workflows
parent0d31e31282008e2b6df6b551facb64a2dfc98db8 (diff)
downloadPrismLauncher-8e4de055b841a6a2ca93b758344ddb72d2ea0f59.tar.gz
PrismLauncher-8e4de055b841a6a2ca93b758344ddb72d2ea0f59.tar.bz2
PrismLauncher-8e4de055b841a6a2ca93b758344ddb72d2ea0f59.zip
chore(actions): only run update-flake in our repo
Signed-off-by: seth <getchoo@tuta.io>
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/update-flake.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/update-flake.yml b/.github/workflows/update-flake.yml
index e79040ab..ad22120e 100644
--- a/.github/workflows/update-flake.yml
+++ b/.github/workflows/update-flake.yml
@@ -12,6 +12,7 @@ permissions:
jobs:
update-flake:
+ if: github.repository == 'PrismLauncher/PrismLauncher'
runs-on: ubuntu-latest
steps: