diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 551b61d..0b2fb37 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,6 +24,7 @@ jobs: run: devenv shell -- tests templates: + if: false runs-on: ubuntu-latest needs: [test] strategy: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 947ae4a..664f10e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,9 +1,9 @@ name: Release -on: - workflow_run: - workflows: [Build] - types: [completed] +on: push + # workflow_run: + # workflows: [Build] + # types: [completed] concurrency: group: release @@ -11,7 +11,7 @@ concurrency: jobs: release: - if: ${{ github.event.workflow_run.conclusion == 'success' }} + # if: ${{ github.event.workflow_run.conclusion == 'success' }} runs-on: ubuntu-latest permissions: contents: write