Skip to content

Commit

Permalink
Read from the staging asset cache nightly to prevent expiration
Browse files Browse the repository at this point in the history
  • Loading branch information
rahearn committed Jan 6, 2025
1 parent 9e6c9aa commit de55aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/owasp-daily-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Touch staging cache
uses: ./.github/actions/compile-assets
with:
rails_env: staging
fail_on_missing_cache: true

- id: setup
uses: ./.github/actions/setup-project

Expand Down

0 comments on commit de55aa2

Please sign in to comment.