revert 8a9b47989a402b6301c1615423ef4ac43f81142d
All checks were successful
website-main / prod-build (push) Successful in 1m19s
website-main / test-build (push) Successful in 1m5s
website-main / auto-rebuild (push) Has been skipped

revert switch to docker-based runner
This commit is contained in:
Denys Konovalov 2023-09-09 16:46:20 +02:00
parent 8a9b47989a
commit 94ad99f342

@ -14,7 +14,7 @@ concurrency:
jobs:
prod-build:
if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push'
runs-on: ubuntu-latest
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: clone
@ -35,7 +35,7 @@ jobs:
include_commit_info: false
test-build:
if: gitea.repository == 'gcg/gcg-website' && gitea.event_name == 'push'
runs-on: ubuntu-latest
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: clone
@ -49,7 +49,7 @@ jobs:
rsync -azr --delete ./ /opt/data/webdata/gcg-website-test/
auto-rebuild:
if: gitea.repository == 'gcg/gcg-website' && gitea.event.issue.number == 219
runs-on: ubuntu-latest
runs-on: act-runner-user
timeout-minutes: 5
steps:
- name: clone