Skip to content

Commit aa31533

Browse files
authored
use public runners
1 parent 415e3f8 commit aa31533

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/run-against-environment.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ on:
88

99
jobs:
1010
build:
11-
runs-on: hs-small
11+
runs-on: ubuntu-latest
1212
steps:
1313
- name: Build
1414
run: |
1515
echo "Can run anytime, without limitations..."
16+
1617
against-test-environment-1-only:
17-
runs-on: hs-small
18+
runs-on: ubuntu-latest
1819
environment: test-environment-1
1920
steps:
2021
- name: Build
2122
run: |
22-
echo "This will only run against production, and will obey any rules in place..."
23+
echo "This will only run against production, and will obey any rules in place..."

0 commit comments

Comments
 (0)