.gitea/workflows/dev.yaml aktualisiert
All checks were successful
website-dev / dev-build (push) Successful in 22s
All checks were successful
website-dev / dev-build (push) Successful in 22s
This commit is contained in:
parent
39aa5297f6
commit
66f83d6436
@ -12,12 +12,11 @@ defaults:
|
||||
jobs:
|
||||
dev-build:
|
||||
if: gitea.repository == 'gcg/gcg-website'
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: act-runner-user
|
||||
timeout-minutes: 5
|
||||
steps:
|
||||
- name: pull
|
||||
run: |
|
||||
git config --global --add safe.directory /opt/data/actions/gcg-website-dev
|
||||
git pull
|
||||
git reset --hard origin/dev
|
||||
- name: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user