From 62a2c62a20eb31a17be29078e486b45c0c0c372f Mon Sep 17 00:00:00 2001 From: Joe Flack Date: Sun, 24 Nov 2024 17:25:34 -0500 Subject: [PATCH] Vocab/counts refresh: Change from premium runners to ubuntu-latest - 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. --- .github/workflows/refresh_counts.yml | 4 ++-- .github/workflows/refresh_voc.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/refresh_counts.yml b/.github/workflows/refresh_counts.yml index 110ef9313..0b3b6736d 100644 --- a/.github/workflows/refresh_counts.yml +++ b/.github/workflows/refresh_counts.yml @@ -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 diff --git a/.github/workflows/refresh_voc.yml b/.github/workflows/refresh_voc.yml index 328db41bf..339386be9 100644 --- a/.github/workflows/refresh_voc.yml +++ b/.github/workflows/refresh_voc.yml @@ -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