Skip running jobs on fork `develop` where they lack secrets (#22561)

* Skip running jobs on fork `develop` where they lack secrets

* Fix contexts
pull/22577/head
Michael Telatynski 2022-06-14 11:30:12 +01:00 committato da GitHub
parent 2c0965c240
commit 2ea12ea68d
Non sono state trovate chiavi note per questa firma nel database
ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni

Vedi File

@ -9,6 +9,8 @@ on:
jobs:
build:
name: "Build & Upload source maps to Sentry"
# Only respect triggers from our develop branch, ignore that of forks
if: github.repository == 'vector-im/element-web'
runs-on: ubuntu-latest
environment: develop
steps: