Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed Nov 27, 2024
1 parent 0740c2b commit 78fd452
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
---
# A copy/paste of the cdk node e2e tests.
# https://github.com/0xPolygon/cdk/blob/main/.github/workflows/test-e2e.yml
name: Test

on:
Expand All @@ -6,7 +9,7 @@ on:
branches: [main]

concurrency:
group: deploy-${{ github.event.pull_request.number || github.ref }}
group: test-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true

env:
Expand Down

0 comments on commit 78fd452

Please sign in to comment.