Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0c9d17d

Browse files
committedJun 23, 2025··
fix linting
1 parent cfa8780 commit 0c9d17d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed
 

‎.github/workflows/AWSMegatests.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ on:
44
branches:
55
- master
66
paths:
7-
- 'pulumi/test_datasets/**/*'
7+
- "pulumi/test_datasets/**/*"
88
pull_request:
99
branches:
1010
- master
1111
paths:
12-
- 'pulumi/test_datasets/**/*'
12+
- "pulumi/test_datasets/**/*"
1313

1414
# These are the environment variables that jobs in the workflow have access to.
1515
# By defining them here, all jobs/steps will have access to these variables.
@@ -29,7 +29,6 @@ jobs:
2929
name: Pulumi
3030
runs-on: ubuntu-latest
3131
steps:
32-
3332
# Turnstyle is used to prevent multiple push jobs from running at the same time. We
3433
# limit it to push jobs to allow PR jobs to run concurrently.
3534
- name: Turnstyle
@@ -64,7 +63,6 @@ jobs:
6463
stack-name: ${{ env.PULUMI_STACK_NAME }}
6564
work-dir: ${{ env.PULUMI_WORKING_DIRECTORY }}
6665

67-
6866
# If you'd like to run your Pulumi application outside of the official GitHub Action
6967

7068
#- name: Install Pulumi CLI

0 commit comments

Comments
 (0)
Please sign in to comment.