We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff1bd3e commit 9afc30bCopy full SHA for 9afc30b
.github/workflows/generate_projects_page.yml
@@ -1,15 +1,13 @@
1
-name: generate_projects_page_action
2
-
+name: Generate Projects Page
3
on:
4
schedule:
5
- cron: '0 0 * * *'
6
push:
7
+ branches:
+ - master
8
jobs:
9
build:
10
11
runs-on: ubuntu-latest
12
13
steps:
14
- uses: actions/checkout@v2
15
- name: Set up Python 3.7
@@ -28,4 +26,3 @@ jobs:
28
26
pipenv run python generate_projects_page.py
29
27
env:
30
ADMIN_GITHUB_TOKEN: ${{ secrets.ADMIN_GITHUB_TOKEN }}
31
.github/workflows/normalize_repos.yml
name: Normalize Repos
0 commit comments