Skip to content

Commit

Permalink
move-panama-backend - another try
Browse files Browse the repository at this point in the history
  • Loading branch information
jcrist1 committed Sep 20, 2024
1 parent 5f10e59 commit bc522e5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/check-diplomat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ name: Check Diplomat Compatibility

on:
schedule:
- cron: "56 0 * * 5"
branches: [ move-panama-backend ]
- cron: "02 * * * 5"

env:
CARGO_TERM_COLOR: always
Expand All @@ -14,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: move-panama-backend

- name: Add latest dipomat
run: cargo add -p diplomat-java --git https://github.com/rust-diplomat/diplomat.git --branch main diplomat-tool diplomat-runtime diplomat_core
Expand Down

0 comments on commit bc522e5

Please sign in to comment.