Skip to content

Commit

Permalink
on schedule
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed May 29, 2024
1 parent a276cc1 commit 7d4ed3a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ permissions:
pages: write
contents: write
'on':
push:
branches:
- master
# schedule:
# - cron: '0,10,20,30,40,50 * * * *'
schedule:
- cron: '0,10,20,30,40,50 * * * *'
concurrency:
group: zerocracy
cancel-in-progress: true
Expand Down
4 changes: 2 additions & 2 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ release:
pre: false
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
sed -i -e "s/0.0.0/${tag}/" Dockerfile
git add Dockerfile
sed -i -e "s/0.0.0/${tag}/" entry.sh
git add entry.sh
git commit -m "version set to ${tag}"
sudo make "--directory=$(pwd)"

0 comments on commit 7d4ed3a

Please sign in to comment.