forked from jaiswalsumit07/CloneSandbox
-
Notifications
You must be signed in to change notification settings - Fork 0
22 lines (20 loc) · 821 Bytes
/
cron.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# name: TEST DISPATCH EVENT FROM BOT
# on:
# repository_dispatch:
# types: [on-demand-test via REST]
# # tweet manually in case automation failed us
# workflow_dispatch:
# inputs:
# version:
# description: "TEST BOT DISPATCH"
# required: true
# jobs:
# update:
# runs-on: ubuntu-latest
# steps:
# # unify version from different triggers
# # https://docs.github.com/en/actions/reference/workflow-commands-for-github-actions#setting-an-environment-variable
# - run: echo "TEST repository DISPATCH FROM ANSIBLE LIGHTSPEED BOT over CLONESANDBOX REPO"
# if: github.event_name == 'repository_dispatch'
# - run: echo "TEST workflow DISPATCH FROM ANSIBLE LIGHTSPEED BOT over CLONESANDBOX REPO"
# if: github.event_name == 'workflow_dispatch'