Skip to content

Commit

Permalink
add cron for container
Browse files Browse the repository at this point in the history
  • Loading branch information
zktuong committed Nov 8, 2022
1 parent e6db124 commit 2a53fc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/singularity_container-install.yml
Expand Up @@ -3,11 +3,14 @@ on:
push:
branches:
- master

# Do the builds on all pull requests (to test them)
pull_request:
branches:
- "*"
schedule:
# every Sunday at 0:00
- cron: '0 0 * * 0'

jobs:
changes:
name: Checking changed files
Expand Down

0 comments on commit 2a53fc1

Please sign in to comment.