Skip to content

Commit

Permalink
Merge branch 'master' into 3706_fix_token_names
Browse files Browse the repository at this point in the history
  • Loading branch information
volodya-lombrozo committed Dec 20, 2024
2 parents bad3869 + 14a35c6 commit cfbf907
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/zerocracy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,10 @@
# SOFTWARE.
---
name: zerocracy
run-name: "zerocracy judges"
'on':
schedule:
- cron: '0 2,4,6,8,10,12,14,16,18,20,22 * * *'
- cron: '0 0,2,4,6,8,10,12,14,16,18,20,22 * * *'
concurrency:
group: zerocracy
cancel-in-progress: false
Expand All @@ -33,7 +34,7 @@ jobs:
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: zerocracy/judges-action@0.0.58
- uses: zerocracy/judges-action@0.0.63
with:
verbose: false
token: ${{ secrets.ZEROCRACY_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion eo-runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ SOFTWARE.
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.5.13</version>
<version>1.5.14</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit cfbf907

Please sign in to comment.