mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
.github: disable actions by default [skip ci]
Enable actions by setting local variables in your fork of Infix. Fix #170 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
@@ -1,3 +1,9 @@
|
|||||||
|
# To enable this workflow of your Infix fork, set the repoistory or
|
||||||
|
# organisation variable (not secret):
|
||||||
|
#
|
||||||
|
# LATEST_BUILD = true
|
||||||
|
#
|
||||||
|
# https://docs.github.com/en/actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository
|
||||||
name: Bob the Builder
|
name: Bob the Builder
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -8,6 +14,7 @@ on:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: ${{ vars.LATEST_BUILD == 'true' }}
|
||||||
name: Build ${{ matrix.platform }} ${{ matrix.variant }}
|
name: Build ${{ matrix.platform }} ${{ matrix.variant }}
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
|
|||||||
@@ -1,3 +1,9 @@
|
|||||||
|
# To enable this workflow of your Infix fork, set the repoistory or
|
||||||
|
# organisation variable (not secret):
|
||||||
|
#
|
||||||
|
# REGRESSION_TEST = true
|
||||||
|
#
|
||||||
|
# https://docs.github.com/en/actions/learn-github-actions/variables#creating-configuration-variables-for-a-repository
|
||||||
name: Reggie Regression
|
name: Reggie Regression
|
||||||
|
|
||||||
on:
|
on:
|
||||||
@@ -15,6 +21,7 @@ concurrency:
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
if: ${{ vars.REGRESSION_TEST == 'true' }}
|
||||||
name: Regression Testing
|
name: Regression Testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# To enable automatic sync of your Infix fork every day, or on dispatch,
|
# To enable automatic sync of your Infix fork every day, or on dispatch,
|
||||||
# set the repoistory or organisation variable (not secret):
|
# set the repoistory or organisation variable (not secret):
|
||||||
#
|
#
|
||||||
# SYNC_FORK = 'true'
|
# SYNC_FORK = true
|
||||||
#
|
#
|
||||||
# You also need a GH_SYNC_REPO token allowed to update workflows. For
|
# You also need a GH_SYNC_REPO token allowed to update workflows. For
|
||||||
# more information on variables and secrets, see the GitHub docs.
|
# more information on variables and secrets, see the GitHub docs.
|
||||||
|
|||||||
Reference in New Issue
Block a user