Skip to content

Commit

Permalink
fix tags
Browse files Browse the repository at this point in the history
  • Loading branch information
NevineElagawany committed Jan 8, 2025
1 parent bfd706c commit 8297161
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
build-simulation:
name: Build simulation
needs: [build-sut]
runs-on: canoe-small-staging
runs-on: canoe-staging-small
steps:
# check out the repository containing the codebase
- name: Checkout repository
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run-tests-simulation:
name: Run simulation
needs: build-simulation
runs-on: canoe-large-staging
runs-on: canoe-staging-large
strategy:
matrix:
TESTNAME: [auto, basic]
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:
name: Display test report
if: ${{ !cancelled() }}
needs: run-tests-simulation
runs-on: canoe-small-staging
runs-on: canoe-staging-small
steps:
# check out the repository containing the codebase
- name: Checkout repository
Expand Down

0 comments on commit 8297161

Please sign in to comment.