Skip to content

Commit

Permalink
ci: release fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Papirniy committed Feb 1, 2022
1 parent 52a34bd commit f2e8edd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:

jobs:
agents:
if: "!contains(github.event.head_commit.message, 'Release v')"
runs-on: ubuntu-latest
name: Agent 1
timeout-minutes: 60
Expand All @@ -24,7 +25,9 @@ jobs:
- run: yarn
- name: Start Nx Agent ${{ matrix.agent }}
run: npx nx-cloud start-agent

publish:
if: "!contains(github.event.head_commit.message, 'Release v')"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit f2e8edd

Please sign in to comment.