Skip to content

Commit

Permalink
ci: a new prep-deps workflow with caching
Browse files Browse the repository at this point in the history
  • Loading branch information
HowardBraham committed Feb 19, 2025
1 parent 8dce587 commit c786ac5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security-code-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
security-events: write
steps:
- name: MetaMask Security Code Scanner
uses: MetaMask/Security-Code-Scanner@caching
uses: MetaMask/Security-Code-Scanner@main
with:
repo: ${{ github.repository }}
paths_ignored: |
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/validate-page-object-usage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ jobs:
steps:
- name: Setup environment
uses: metamask/github-tools/.github/actions/setup-environment@caching
with:
should-cache-restore: ${{ vars.USE_CACHING }}

- name: Run E2E Page Object Usage Validation
env:
Expand Down

0 comments on commit c786ac5

Please sign in to comment.