File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
- master
6
6
paths :
7
- - ' pulumi/test_datasets/**/*'
7
+ - " pulumi/test_datasets/**/*"
8
8
pull_request :
9
9
branches :
10
10
- master
11
11
paths :
12
- - ' pulumi/test_datasets/**/*'
12
+ - " pulumi/test_datasets/**/*"
13
13
14
14
# These are the environment variables that jobs in the workflow have access to.
15
15
# By defining them here, all jobs/steps will have access to these variables.
29
29
name : Pulumi
30
30
runs-on : ubuntu-latest
31
31
steps :
32
-
33
32
# Turnstyle is used to prevent multiple push jobs from running at the same time. We
34
33
# limit it to push jobs to allow PR jobs to run concurrently.
35
34
- name : Turnstyle
64
63
stack-name : ${{ env.PULUMI_STACK_NAME }}
65
64
work-dir : ${{ env.PULUMI_WORKING_DIRECTORY }}
66
65
67
-
68
66
# If you'd like to run your Pulumi application outside of the official GitHub Action
69
67
70
68
# - name: Install Pulumi CLI
You can’t perform that action at this time.
0 commit comments