Skip to content

Commit

Permalink
ci: unpin saucectl version (#312)
Browse files Browse the repository at this point in the history
  • Loading branch information
tianfeng92 authored Oct 11, 2024
1 parent 2165973 commit 8dbd7cb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,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 @@ -324,7 +323,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 @@ -191,7 +191,6 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
with:
skip-run: true
saucectl-version: v0.184.1

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

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

- name: Test on Sauce
working-directory: ./tests/integration/${{ matrix.type }}-project/
Expand Down

0 comments on commit 8dbd7cb

Please sign in to comment.