Skip to content

Commit 7f8d66e

Browse files
authored
Update sentry.yml
1 parent ff44487 commit 7f8d66e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/sentry.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,15 @@ on:
44
branches-ignore:
55
- "translations_*"
66
jobs:
7+
  gatekeeper:
8+
    runs-on: ubuntu-latest
9+
    if: github.event_name == 'pull_request' && startsWith(github.head_ref, 'translations_') == false || github.event_name == 'push'
10+
    steps:
11+
      - run: echo 'Open the Golden Gate'
12+
713
sentry:
814
name: Sentry
15+
needs: gatekeeper
916
runs-on: ubuntu-latest
1017
steps:
1118
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)