We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00844f2 commit 1a40d3dCopy full SHA for 1a40d3d
.github/workflows/test_actions.yml
@@ -3,9 +3,9 @@ name: Monthly Notebook Check
3
on:
4
# schedule:
5
# - cron: '0 8 1 * *' # Every month on the 1st at 08:00 UTC
6
- # push:
7
- # branches:
8
- # - chienyuanchang/test_github_actions
+ push:
+ branches:
+ - chienyuanchang/test_github_actions
9
workflow_dispatch: # Allows manual run from GitHub UI
10
11
jobs:
0 commit comments