Skip to content

Commit

Permalink
Commit 2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryon Jensen <[email protected]>
  • Loading branch information
ryon-jensen committed Aug 15, 2024
1 parent 328b963 commit f8fbad9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/unit-testing-provisioned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
submodules: true
fetch-depth: 500
ref: ${{ github.event.pull_request.head.sha }}
# - name: Request and Provision a Cluster
# timeout-minutes: 7200
# uses: ./.github/actions/provision-cluster
# with:
# condition: env.CP_SKIP_FUNC_TEST-${{ env.DISTRO }} != 'true' && env.CP_SKIP_FUNC_TEST != 'true'
- name: Request and Provision a Cluster
timeout-minutes: 7200
uses: ./.github/actions/provision-cluster
with:
condition: env.CP_SKIP_FUNC_TEST-${{ env.DISTRO }} != 'true' && env.CP_SKIP_FUNC_TEST != 'true'
- name: Run Ryon's Simple Script Again
timeout-minutes: 7200
id: run-test
Expand Down

0 comments on commit f8fbad9

Please sign in to comment.