From f46d7606126dc0e04a34c2cb31addce0e4e15621 Mon Sep 17 00:00:00 2001 From: George Boukeas Date: Thu, 2 May 2024 16:10:42 +0100 Subject: [PATCH] try a different combination of input flags --- .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 923636dd8..9958f0fdd 100644 --- a/.github/workflows/checkbox-canary-test.yaml +++ b/.github/workflows/checkbox-canary-test.yaml @@ -39,6 +39,6 @@ jobs: - name: Submit job uses: canonical/certification-github-workflows/.github/actions/fling-test@testflinger-action-incremental with: - dry-run: true - poll: true + dry-run: false + poll: false job: ${{ steps.create-job.outputs.job }}