mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Skip running jobs on fork develop
where they lack secrets (#22561)
* Skip running jobs on fork `develop` where they lack secrets * Fix contexts
This commit is contained in:
parent
2c0965c240
commit
2ea12ea68d
2
.github/workflows/build_develop.yml
vendored
2
.github/workflows/build_develop.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user