Skip to content

nightly

nightly #2

Workflow file for this run

name: nightly
on:
schedule:
- cron: '0 1 * * *'
# can be run manually on https://github.com/rhinstaller/anaconda-webui/actions
workflow_dispatch:
jobs:
trigger:
permissions:
statuses: write
runs-on: ubuntu-22.04
steps:
- name: Clone repository
uses: actions/checkout@v4
- name: Trigger the latest compose scenario
run: |
make bots
mkdir -p ~/.config/cockpit-dev
echo "${{ github.token }}" >> ~/.config/cockpit-dev/github-token
bots/tests-trigger --force "-" "${TEST_OS}/compose-${COMPOSE_ID}"