„.gitea/workflows/prod.yaml“ ändern

This commit is contained in:
Denys Konovalov 2023-03-18 20:49:24 +01:00
parent 81bcb5f147
commit cfaf062411

@ -13,7 +13,7 @@ concurrency:
jobs: jobs:
prod-build: prod-build:
if: github.repository == 'gcg/gcg-website' && github.event.push if: github.repository == 'gcg/gcg-website' && github.event_name == 'push'
runs-on: act-runner-user runs-on: act-runner-user
timeout-minutes: 5 timeout-minutes: 5
steps: steps:
@ -45,7 +45,7 @@ jobs:
token: ${{ secrets.TG_TOKEN }} token: ${{ secrets.TG_TOKEN }}
include_commit_info: false include_commit_info: false
test-build: test-build:
if: github.repository == 'gcg/gcg-website' && github.event.push if: github.repository == 'gcg/gcg-website' && github.event_name == 'push'
runs-on: act-runner-user runs-on: act-runner-user
timeout-minutes: 5 timeout-minutes: 5
steps: steps: