Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
squadgazzz committed Jul 1, 2024
1 parent c29cd8b commit 7b2ef93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/update-cow-dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Update CoW Dependencies

on:
workflow_dispatch:
push:
branches:
- fix-update-cow-deps-job
schedule:
# At 00:00 on Wednesday
- cron: "0 0 * * 3"
Expand All @@ -28,7 +31,7 @@ jobs:
- name: Update Cargo.toml
run: |
sed -i '/git = "https:\/\/github.com\/cowprotocol\/services.git"/s/tag = ".*"/tag = "${{ env.TAG }}"/g' ./Cargo.toml
sed -i '/git = "https:\/\/github.com\/cowprotocol\/services.git"/s/tag = "\.*"/tag = "${{ env.TAG }}"/g' ./Cargo.toml
- name: Identify and update specific CoW dependencies in Cargo.lock
run: |
Expand Down

0 comments on commit 7b2ef93

Please sign in to comment.