diff options
author | seth <getchoo@tuta.io> | 2023-07-09 15:19:11 -0400 |
---|---|---|
committer | seth <getchoo@tuta.io> | 2023-07-09 15:43:54 -0400 |
commit | 8e4de055b841a6a2ca93b758344ddb72d2ea0f59 (patch) | |
tree | c3df3db1a484b14b6ef9c40e4b5224f276663567 /.github/workflows | |
parent | 0d31e31282008e2b6df6b551facb64a2dfc98db8 (diff) | |
download | PrismLauncher-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.yml | 1 |
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: |