File tree 1 file changed +13
-13
lines changed
1 file changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -26,20 +26,20 @@ concurrency:
26
26
cancel-in-progress : true
27
27
28
28
jobs :
29
- notify :
30
- runs-on : ubuntu-latest
31
- steps :
32
- - name : Checkout code
33
- uses : actions/checkout@v4
34
- with :
35
- fetch-depth : 5
36
- ref : master
29
+ # notify:
30
+ # runs-on: ubuntu-latest
31
+ # steps:
32
+ # - name: Checkout code
33
+ # uses: actions/checkout@v4
34
+ # with:
35
+ # fetch-depth: 5
36
+ # ref: master
37
37
38
- - name : Get changes and send webhook to COPR
39
- shell : bash
40
- env :
41
- WEBHOOK : ${{ secrets.WEBHOOK_URL }}
42
- run : ./scripts/copr_webhook.sh $WEBHOOK ${{ github.sha }}
38
+ # - name: Get changes and send webhook to COPR
39
+ # shell: bash
40
+ # env:
41
+ # WEBHOOK: ${{ secrets.WEBHOOK_URL }}
42
+ # run: ./scripts/copr_webhook.sh $WEBHOOK ${{ github.sha }}
43
43
44
44
update-readme :
45
45
runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments