Skip to content

Commit

Permalink
Merge pull request #7 from baking-bad/fix-master-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
droserasprout authored Feb 4, 2024
2 parents 87a1110 + d6c139e commit a4569ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/octez_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: Check Octez version
on:
schedule:
- cron: '0 0 * * *'
# REMOVE
push:
branches:
- aux/octez-version-checker

jobs:
octez_version:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ jobs:
name: Force push tag of the current Octez release
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2

- name: make release
run: make release

0 comments on commit a4569ab

Please sign in to comment.