Skip to content

Commit fc8d516

Browse files
committed
tmp comment out notify job
1 parent db5e5a3 commit fc8d516

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.github/workflows/files-changed.yml

+13-13
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ concurrency:
2626
cancel-in-progress: true
2727

2828
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
3737

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 }}
4343

4444
update-readme:
4545
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)