Skip to content

Commit

Permalink
ci: unpin saucectl version (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 authored Oct 11, 2024
1 parent 9bb9e45 commit fb6f713
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ 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 @@ -319,7 +318,6 @@ 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 @@ -353,7 +351,6 @@ 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 @@ -388,7 +385,6 @@ 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: 0 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,6 @@ 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 @@ -250,7 +249,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

- name: Run web-page
run: |
Expand Down Expand Up @@ -302,7 +300,6 @@ 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 fb6f713

Please sign in to comment.