We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415e3f8 commit aa31533Copy full SHA for aa31533
.github/workflows/run-against-environment.yaml
@@ -8,15 +8,16 @@ on:
8
9
jobs:
10
build:
11
- runs-on: hs-small
+ runs-on: ubuntu-latest
12
steps:
13
- name: Build
14
run: |
15
echo "Can run anytime, without limitations..."
16
+
17
against-test-environment-1-only:
18
19
environment: test-environment-1
20
21
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