From 588f46ab688a7c573f7932ee052725d9eba4a2ef Mon Sep 17 00:00:00 2001 From: George Boukeas Date: Thu, 23 May 2024 15:59:49 +0100 Subject: [PATCH] CERTTF-327 Test workflow with `poll: True` --- .github/workflows/checkbox-canary-test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checkbox-canary-test.yaml b/.github/workflows/checkbox-canary-test.yaml index 43b3e89c04..4bf9cf84fe 100644 --- a/.github/workflows/checkbox-canary-test.yaml +++ b/.github/workflows/checkbox-canary-test.yaml @@ -38,6 +38,6 @@ jobs: - name: Submit job uses: canonical/testflinger/.github/actions/submit@CERTTF-327-github-action-submit with: - dry-run: true - poll: false + dry-run: false + poll: true job-path: ${{ steps.create-job.outputs.job }}