Skip to content

Commit cee7f48

Browse files
authored
Update notify_updates.yml
1 parent 18a1983 commit cee7f48

1 file changed

Lines changed: 19 additions & 19 deletions

File tree

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
name: Announce updates
22

3-
on:
4-
workflow_dispatch:
5-
schedule:
6-
- cron: 0 19 * * * # every day at 19:00
3+
#on:
4+
# workflow_dispatch:
5+
# schedule:
6+
# - cron: 0 19 * * * # every day at 19:00
77

8-
jobs:
9-
notify:
10-
runs-on: ubuntu-latest
11-
steps:
12-
- name: Checkout repository
13-
uses: actions/checkout@v2
8+
#jobs:
9+
# notify:
10+
# runs-on: ubuntu-latest
11+
# steps:
12+
# - name: Checkout repository
13+
# uses: actions/checkout@v2
1414

15-
- name: Install dependencies
16-
run: |
17-
python -m pip install --upgrade pip
18-
pip install ghexplain
15+
# - name: Install dependencies
16+
# run: |
17+
# python -m pip install --upgrade pip
18+
# pip install ghexplain
1919

20-
- name: Run script
21-
env:
22-
WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
23-
run: |
24-
GITHUB_TOKEN=${{ secrets.PROJECT_STATUS_BOT_TOKEN }} python scripts/announce_updates.py $WEBHOOK_URL
20+
# - name: Run script
21+
# env:
22+
# WEBHOOK_URL: ${{ secrets.WEBHOOK_URL }}
23+
# run: |
24+
# GITHUB_TOKEN=${{ secrets.PROJECT_STATUS_BOT_TOKEN }} python scripts/announce_updates.py $WEBHOOK_URL

0 commit comments

Comments
 (0)