Skip to content

Commit

Permalink
chore: nit
Browse files Browse the repository at this point in the history
  • Loading branch information
leovct committed May 29, 2024
1 parent 54dc120 commit 6ddc7f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Deploy Kurtosis CDK
name: Deploy

on:
pull_request:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/regression-tests.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Regression Tests
name: Test

on:
workflow_dispatch:
pull_request: # TODO: remove after test

jobs:
regression_tests:
regression-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6ddc7f5

Please sign in to comment.