License
This commit is contained in:
Elijah McMorris 2023-11-20 11:41:44 -08:00
parent 887458907e
commit 9426313f73
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
7 changed files with 94 additions and 10 deletions

View file

@ -5,15 +5,15 @@ name: Docker
# separate terms of service, privacy policy, and support
# documentation.
on:
# workflow_run:
# workflows: [nextest]
# branches: [main]
# types:
# - completed
schedule:
- cron: 0 0 * * 1
push:
branches: ["main"]
workflow_run:
workflows: [nextest]
branches: [main]
types:
- completed
# schedule:
# - cron: 0 0 * * 1
# push:
# branches: ["main"]
# # Publish semver tags as releases.
# tags: [ 'v*.*.*' ]
# pull_request:
@ -29,7 +29,7 @@ jobs:
build:
runs-on: ubuntu-latest
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#running-a-workflow-based-on-the-conclusion-of-another-workflow
# if: ${{ github.event.workflow_run.conclusion == 'success' }}
if: ${{ github.event.workflow_run.conclusion == 'success' }}
permissions:
contents: read
packages: write