Experiment with theoretical cache key conflict

This commit is contained in:
Curtis Vogt
2025-01-23 13:17:25 -06:00
parent 2b1bf4d8a1
commit 19f527d7a8
2 changed files with 35 additions and 0 deletions

16
.github/workflows/ReusableWorkflow.yml vendored Normal file
View File

@@ -0,0 +1,16 @@
---
name: Re-usable Workflow
on:
workflow_call:
inputs: {}
jobs:
duplicate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- uses: julia-actions/setup-julia@v2
with:
version: "1"
- name: Save cache
uses: ./