Skip to content

Commit

Permalink
ci: rename josb
Browse files Browse the repository at this point in the history
  • Loading branch information
dexturr committed May 7, 2024
1 parent 4fd79af commit 359a6b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/regenerate_protos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:
default: ""

jobs:
release:
regenerate-protos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regenerate_protos_cron.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: regenerate-protos
name: regenerate-protos-cron

on:
push
# schedule:
# - cron: "0 * * * *"

jobs:
release:
check-for-new-version:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 359a6b6

Please sign in to comment.