Run scheduled actions only on the main repo (#27343)

local
Renaud Chaput 7 months ago committed by GitHub
parent 935d54124e
commit 1fb4e40145
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      .github/workflows/build-nightly.yml
  2. 1
      .github/workflows/crowdin-download.yml

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

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

Loading…
Cancel
Save