diff --git a/.github/workflows/octez_version.yml b/.github/workflows/octez_version.yml index ef0163d..da5b29c 100644 --- a/.github/workflows/octez_version.yml +++ b/.github/workflows/octez_version.yml @@ -3,10 +3,6 @@ name: Check Octez version on: schedule: - cron: '0 0 * * *' - # REMOVE - push: - branches: - - aux/octez-version-checker jobs: octez_version: diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index f69a4ed..f91c8a2 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -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 \ No newline at end of file