Enable scheduled actions only on glitch-soc's repo

local
Claire 7 months ago
parent 63179f0bf4
commit 0d18c47c18
  1. 2
      .github/workflows/build-nightly.yml
  2. 2
      .github/workflows/crowdin-download.yml

@ -11,7 +11,7 @@ permissions:
jobs:
compute-suffix:
runs-on: ubuntu-latest
if: github.repository == 'mastodon/mastodon'
if: github.repository == 'glitch-soc/mastodon'
steps:
- id: version_vars
env:

@ -11,7 +11,7 @@ permissions:
jobs:
download-translations:
runs-on: ubuntu-latest
if: github.repository == 'mastodon/mastodon'
if: github.repository == 'glitch-soc/mastodon'
steps:
- name: Checkout

Loading…
Cancel
Save