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 eb8dca0 commit d7ab51a
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/generate-token-lists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@ jobs:
path: '**/node_modules'
key: ${{ steps.cache.outputs.primary-key }}

# generate-orbit-chains-data:
# name: 'Generate Orbit Chains'
# runs-on: ubuntu-latest
# needs: install
# steps:
# - uses: actions/checkout@v4
# - uses: ./.github/actions/restore-cache
# - uses: ./.github/actions/generate-orbit-chains-data
generate-orbit-chains-data:
name: 'Generate Orbit Chains'
runs-on: ubuntu-latest
needs: install
steps:
- uses: actions/checkout@v3
- uses: ./.github/actions/restore-cache
- uses: ./.github/actions/generate-orbit-chains-data

generate-matrix:
runs-on: ubuntu-latest
Expand All @@ -60,7 +60,7 @@ jobs:
- uses: actions/checkout@v3

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

- id: set-matrix
run: |
Expand Down

0 comments on commit d7ab51a

Please sign in to comment.