|
@@ -308,7 +308,7 @@ jobs:
|
|
needs: [acceptance, frontend, chartcuterie]
|
|
needs: [acceptance, frontend, chartcuterie]
|
|
name: triggers visual snapshot
|
|
name: triggers visual snapshot
|
|
# Do not execute on forks or on master
|
|
# Do not execute on forks or on master
|
|
- if: github.repository == 'getsentry/sentry' && github.ref != 'refs/heads/master'
|
|
|
|
|
|
+ if: github.head_repository.full_name == 'getsentry/sentry' && github.ref != 'refs/heads/master'
|
|
runs-on: ubuntu-20.04
|
|
runs-on: ubuntu-20.04
|
|
timeout-minutes: 20
|
|
timeout-minutes: 20
|
|
|
|
|