Skip to content

Commit

Permalink
Vocab/counts refresh: Change from premium runners to ubuntu-latest
Browse files Browse the repository at this point in the history
- This is for a test to see if they can run now on the free runners, since the memory increased from 8 to 16 G. If it works, will leave this change as-is.
  • Loading branch information
joeflack4 committed Nov 24, 2024
1 parent f890faa commit 62a2c62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/refresh_counts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:
jobs:
refresh-counts-tables:
runs-on: BIDS-Premium-Action-Runners
# runs-on: ubuntu-latest
# runs-on: BIDS-Premium-Action-Runners
runs-on: ubuntu-latest
# fail-fast: At least shows "Error: Process completed with exit code 143." instead of "exit code 1", for slightly more information about unexpected exits: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
strategy:
fail-fast: false
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/refresh_voc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
workflow_dispatch:
jobs:
refresh-vocab-tables:
runs-on: BIDS-Premium-Action-Runners
# runs-on: ubuntu-latest
# runs-on: BIDS-Premium-Action-Runners
runs-on: ubuntu-latest
# fail-fast: At least shows "Error: Process completed with exit code 143." instead of "exit code 1", for slightly more information about unexpected exits: https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#handling-failures
strategy:
fail-fast: false
Expand Down

0 comments on commit 62a2c62

Please sign in to comment.