Merge d620e4c31028d1deaeac02a85efe7f46a7241c88 #379
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Nightly | |
on: | |
workflow_dispatch: | |
inputs: | |
build-dependent: | |
description: 'Should build dependent repositories?' | |
required: false | |
default: false | |
push: | |
branches: | |
- 'master' | |
env: | |
REPOSITORY_NAME: '${{ github.event.repository.name }}' | |
PROJECT_NAME: 'openponk-${{ github.event.repository.name }}' | |
VERSION: 'nightly' | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
cache-name: zip-cache | |
RUN_ID: ${{ github.run_id }} | |
jobs: | |
OP: | |
uses: OpenPonk/ci-scripts/.github/workflows/test-nightly.yml@master | |
secrets: | |
WORKFLOW_ACCESS_TOKEN: ${{ secrets.WORKFLOW_ACCESS_TOKEN }} |