Skip to content

Commit

Permalink
ci: Run pipelines with [email protected]
Browse files Browse the repository at this point in the history
Regression in 0.185.0 breaks the --runner-version flag.
  • Loading branch information
mhan83 committed Sep 25, 2024
1 parent 1543ac6 commit 9651e0b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down Expand Up @@ -318,6 +319,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down Expand Up @@ -351,6 +353,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down Expand Up @@ -385,6 +388,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Parse Release Version
id: parse_version
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Test on Sauce
working-directory: ./tests/fixtures/cloud
Expand Down Expand Up @@ -249,6 +250,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Run web-page
run: |
Expand Down Expand Up @@ -300,6 +302,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Test on Sauce
working-directory: ./tests/fixtures/cloud/cucumber
Expand Down

0 comments on commit 9651e0b

Please sign in to comment.