We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73c4d36 commit d713026Copy full SHA for d713026
1 file changed
.github/workflows/beta.yml
@@ -7,10 +7,6 @@ on:
7
8
jobs:
9
sync:
10
- if: |
11
- github.event_name == 'push' ||
12
- (github.event_name == 'pull_request' &&
13
- contains(github.event.pull_request.labels.*.name, 'contributor'))
14
runs-on: blacksmith-4vcpu-ubuntu-2404
15
permissions:
16
contents: write
0 commit comments