Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
karl-johan-grahn committed Dec 16, 2024
1 parent ecf5307 commit 2484918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
test:
runs-on: ubuntu-latest
name: Test
if: ${{ github.event.label.name == 'ok-to-test' }}
if: ${{ github.event.label.name == 'ok-to-test' }}
steps:

- name: Remove the test label
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install kind
uses: engineerd/setup-kind@v0.5.0
with:
version: ${{ env.KIND_VERSION }}
version: ${{ env.KIND_VERSION }}

- name: Check cluster info
run: |
Expand Down

0 comments on commit 2484918

Please sign in to comment.