Skip to content

Commit 6cc6ce3

Browse files
authored
Disable update-podcasts CI
1 parent 0bee6f2 commit 6cc6ce3

File tree

1 file changed

+24
-24
lines changed

1 file changed

+24
-24
lines changed

.github/workflows/update-podcasts.yml

+24-24
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
1-
name: Update
1+
#name: Update
22

3-
on:
4-
push:
5-
branches:
6-
- main
7-
schedule:
8-
- cron: '30 23 * * *'
3+
#on:
4+
# push:
5+
# branches:
6+
# - main
7+
# schedule:
8+
# - cron: '30 23 * * *'
99

10-
jobs:
11-
update:
10+
#jobs:
11+
# update:
1212

13-
runs-on: macOS-latest
13+
# runs-on: macOS-latest
1414

15-
env:
16-
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
15+
# env:
16+
# GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
1717

18-
steps:
19-
- uses: actions/checkout@v2
18+
# steps:
19+
# - uses: actions/checkout@v2
2020

21-
- uses: r-lib/actions/setup-r@v2
21+
# - uses: r-lib/actions/setup-r@v2
2222

23-
- name: Run program
24-
run: Rscript -e 'source("make.R")'
23+
# - name: Run program
24+
# run: Rscript -e 'source("make.R")'
2525

26-
- name: Commit results
27-
run: |
28-
git config --local user.email "[email protected]"
29-
git config --local user.name "GitHub Actions"
30-
git add -A
31-
git commit -m 'New podcasts' || echo "No changes to commit"
32-
git push origin || echo "No changes to commit"
26+
# - name: Commit results
27+
# run: |
28+
# git config --local user.email "[email protected]"
29+
# git config --local user.name "GitHub Actions"
30+
# git add -A
31+
# git commit -m 'New podcasts' || echo "No changes to commit"
32+
# git push origin || echo "No changes to commit"

0 commit comments

Comments
 (0)