We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f011431 commit b600566Copy full SHA for b600566
.github/workflows/update_challenge_progress.yml
@@ -4,14 +4,11 @@ on:
4
pull_request:
5
types:
6
- closed
7
- push:
8
- branches:
9
- - main
10
workflow_dispatch:
11
12
jobs:
13
update_progress:
14
- # if: github.event.pull_request.merged == true
+ if: github.event.pull_request.merged == true
15
runs-on: ubuntu-latest
16
steps:
17
- name: Checkout Repository
0 commit comments