Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
just-mitch committed Dec 3, 2024
1 parent 4544d64 commit a35e870
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/network-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,8 @@ on:

jobs:
network_test:
# This job will run on Ubuntu
runs-on: ubuntu-latest
concurrency:
group: deploy-${{ github.ref }} # Only one job per branch
cancel-in-progress: false # Allow previous deployment to complete to avoid corruption

# Set up a variable based on the branch name
env:
TEST_DOCKER_IMAGE: ${{ inputs.aztec_e2e_docker_image }}
NAMESPACE: ${{ inputs.namespace }}
Expand Down

0 comments on commit a35e870

Please sign in to comment.