Skip to content

Commit 9afc30b

Browse files
committed
Set up repo to only run on merge to master; cleaned up whitespace.
1 parent ff1bd3e commit 9afc30b

File tree

2 files changed

+5
-10
lines changed

2 files changed

+5
-10
lines changed

.github/workflows/generate_projects_page.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
1-
name: generate_projects_page_action
2-
1+
name: Generate Projects Page
32
on:
43
schedule:
54
- cron: '0 0 * * *'
65
push:
7-
6+
branches:
7+
- master
88
jobs:
99
build:
10-
1110
runs-on: ubuntu-latest
12-
1311
steps:
1412
- uses: actions/checkout@v2
1513
- name: Set up Python 3.7
@@ -28,4 +26,3 @@ jobs:
2826
pipenv run python generate_projects_page.py
2927
env:
3028
ADMIN_GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
31-

.github/workflows/normalize_repos.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
name: Normalize Repos
2-
32
on:
43
schedule:
54
- cron: '0 0 * * *'
65
push:
7-
6+
branches:
7+
- master
88
jobs:
99
build:
10-
1110
runs-on: ubuntu-latest
12-
1311
steps:
1412
- uses: actions/checkout@v2
1513
- name: Set up Python 3.7

0 commit comments

Comments
 (0)