diff options
author | techknowlogick <techknowlogick@gitea.com> | 2023-09-13 10:43:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-13 10:43:03 -0400 |
commit | 5d755ac6aef13e396341d5ce20238e86b8e08277 (patch) | |
tree | bca76275d53a354f57f2e17bd95e672ea8221b55 | |
parent | e0aacc7624238caaf959c512362ec2b69565c444 (diff) | |
download | gitea-5d755ac6aef13e396341d5ce20238e86b8e08277.tar.gz gitea-5d755ac6aef13e396341d5ce20238e86b8e08277.zip |
bump all nightly builds to 16gb
-rw-r--r-- | .github/workflows/release-nightly.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release-nightly.yml b/.github/workflows/release-nightly.yml index 519fd3f02a..0671ecee8b 100644 --- a/.github/workflows/release-nightly.yml +++ b/.github/workflows/release-nightly.yml @@ -5,12 +5,12 @@ on: branches: [ main, release/v* ] concurrency: - group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }} + group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true jobs: nightly-binary: - runs-on: actuated-4cpu-8gb + runs-on: actuated-4cpu-16gb steps: - uses: actions/checkout@v3 # fetch all commits instead of only the last as some branches are long lived and could have many between versions @@ -93,7 +93,7 @@ jobs: push: true tags: gitea/gitea:${{ steps.clean_name.outputs.branch }} nightly-docker-rootless: - runs-on: actuated-4cpu-8gb + runs-on: actuated-4cpu-16gb steps: - uses: actions/checkout@v3 # fetch all commits instead of only the last as some branches are long lived and could have many between versions |