Skip to content

Commit 2f17dd6

Browse files
authored
Откат запрета
1 parent 26243c5 commit 2f17dd6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/sentry.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,9 @@ 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'
127

138
sentry:
149
name: Sentry
15-
needs: gatekeeper
1610
runs-on: ubuntu-latest
1711
steps:
1812
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)