From 3a249e825b0570adb4703a9988e6d4dce0784b7c Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Mon, 20 Feb 2023 13:02:15 -0600 Subject: [PATCH] fix: update workflow --- .github/workflows/lint_test_format.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_test_format.yaml b/.github/workflows/lint_test_format.yaml index c4a77f4..853bbae 100644 --- a/.github/workflows/lint_test_format.yaml +++ b/.github/workflows/lint_test_format.yaml @@ -32,10 +32,15 @@ jobs: message: 'fix: resolve linter errors' committer_name: GitHub Actions committer_email: actions@github.com - - name: test - run: echo ${{ steps.commit.outputs.committed }} outputs: committed: ${{ steps.commit.outputs.committed }} + experiment: + needs: lint + name: experiment + runs-on: ubuntu-latest + steps: + - name: test + - run: echo needs.lint.outputs.committed test: needs: lint if: needs.lint.outputs.committed == false