Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions .github/workflows/refresh-dev-cache.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,10 @@ on:
# Would like to run this as a scheduled workflow, but that is not currently
# supported by the actions/cache action.

env:
CUATRO_HEX_KEY: ${{ secrets.CUATRO_HEX_KEY }}

jobs:
refresh-dev-cache:
name: Refresh Dev Cache
runs-on: ubuntu-20.04
runs-on: ubuntu-latest
env:
MIX_ENV: dev

Expand Down
Loading