The following changes since commit e4e8520b374e7e021d289d400ade70c41681d635: engines/io_uring: Fix negative errno in io_u->error (2024-09-27 04:18:26 -0600) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to fef1936ee2be62bdfedffef472a124fded94633e: ci/qemu: change the name of this workflow (2024-09-27 19:33:57 +0000) ---------------------------------------------------------------- Vincent Fu (2): ci: allow GitHub Actions workflows to be manually triggered ci/qemu: change the name of this workflow .github/workflows/ci.yml | 1 + .github/workflows/cifuzz.yml | 2 +- .github/workflows/qemu.yml | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) --- Diff of recent changes: diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fbba591..d20a2d01 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,6 +3,7 @@ name: CI on: push: pull_request: + workflow_dispatch: jobs: build-containers: diff --git a/.github/workflows/cifuzz.yml b/.github/workflows/cifuzz.yml index 9227735e..d12388f1 100644 --- a/.github/workflows/cifuzz.yml +++ b/.github/workflows/cifuzz.yml @@ -1,5 +1,5 @@ name: CIFuzz -on: [pull_request] +on: [pull_request, workflow_dispatch] jobs: Fuzzing: runs-on: ubuntu-latest diff --git a/.github/workflows/qemu.yml b/.github/workflows/qemu.yml index 4ba8bfae..f987b33c 100644 --- a/.github/workflows/qemu.yml +++ b/.github/workflows/qemu.yml @@ -1,6 +1,7 @@ -name: CI +name: QEMU on: + workflow_dispatch: schedule: - cron: "50 3 * * *" # daily at 4:50 UTC (00:50 EST)