Skip to content

Commit

Permalink
Fix github CI
Browse files Browse the repository at this point in the history
Fix github CI

Signed-off-by: Bensuperpc <[email protected]>
  • Loading branch information
bensuperpc committed Jun 17, 2021
1 parent 5b8ecaa commit 7ae278d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ on:
branches:
- '*'
schedule:
- cron: '0 3 * * 1' # every monday at 7:00 https://crontab.guru/#0_7_*_*_1
- cron: '0 22 */7 * *' # every 7 days https://crontab.guru/#0_7_*_*_1
workflow_dispatch:
find /usr/bin/ben_script -type f -name "*.sh" ! -path "*./git/*" ! -path "*/install.sh" ! -path "*/uninstall.sh" ! -path "*/Bash-Snippet/*" ! -path "*/git-scripts/*" ! -path "*/git-extras/*" -exec sudo ln -s {} /usr/bin \;

jobs:
build:
name: scripts
Expand Down

0 comments on commit 7ae278d

Please sign in to comment.