Skip to content

Commit

Permalink
Specify git tags for cypress workflow so updating tests is gated by r…
Browse files Browse the repository at this point in the history
…enovate PRs (#3480)
  • Loading branch information
t3chguy committed Jun 19, 2023
1 parent afc7052 commit 9c62d15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ concurrency:
jobs:
cypress:
name: Cypress
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@develop
uses: matrix-org/matrix-react-sdk/.github/workflows/cypress.yaml@v3.73.1
permissions:
actions: read
issues: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/downstream-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ concurrency:
jobs:
build-element-web:
name: Build element-web
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@develop
uses: matrix-org/matrix-react-sdk/.github/workflows/element-web.yaml@v3.73.1
with:
matrix-js-sdk-sha: ${{ github.sha }}
react-sdk-repository: matrix-org/matrix-react-sdk

0 comments on commit 9c62d15

Please sign in to comment.