Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
chrstph-dvx committed Dec 13, 2024
1 parent 494444e commit 97352fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/generate-token-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,14 @@ jobs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/restore-orbit-chains-data

- uses: ./.github/actions/restore-cache
# - uses: ./.github/actions/generate-orbit-chains-data
- uses: ./.github/actions/restore-orbit-chains-data

- id: set-matrix
run: |
ls src/Assets/
echo "matrix=$(npx ts-node .github/scripts/generateMatrix.ts)" >> $GITHUB_OUTPUT
generate-token-lists:
Expand Down

0 comments on commit 97352fe

Please sign in to comment.