Skip to content

Commit

Permalink
workflows: Run "daily" scenario every night
Browse files Browse the repository at this point in the history
This covers the runs against the dnf and udisks daily COPRs. That's the
last bit to obsolete our fedora-testing refreshes.
  • Loading branch information
martinpitt committed Sep 10, 2023
1 parent 8881912 commit e8efcbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
mkdir -p ~/.config/cockpit-dev
echo "${{ github.token }}" >> ~/.config/cockpit-dev/github-token
TEST_OS=$(PYTHONPATH=bots python3 -c 'from lib.constants import TEST_OS_DEFAULT; print(TEST_OS_DEFAULT)')
bots/tests-trigger --force "-" "${TEST_OS}/updates-testing"
bots/tests-trigger --force "-" "${TEST_OS}/updates-testing" "${TEST_OS}/daily"

0 comments on commit e8efcbe

Please sign in to comment.