File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ permissions:
8
8
contents : read
9
9
jobs :
10
10
build-and-deploy :
11
- if : github.repository == " galaxyproject/brc-analytics"
11
+ if : github.repository == ' galaxyproject/brc-analytics'
12
12
runs-on : ubuntu-latest
13
13
14
14
steps :
Original file line number Diff line number Diff line change 8
8
9
9
jobs :
10
10
build-and-deploy :
11
- if : github.repository == " galaxyproject/brc-analytics"
11
+ if : github.repository == ' galaxyproject/brc-analytics'
12
12
runs-on : ubuntu-latest
13
13
environment : ${{ github.ref == 'refs/heads/production' && 'production' || 'development' }}
14
14
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ name: release-please
12
12
13
13
jobs :
14
14
release-please :
15
- if : github.repository == " galaxyproject/brc-analytics"
15
+ if : github.repository == ' galaxyproject/brc-analytics'
16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- uses : googleapis/release-please-action@v4
You can’t perform that action at this time.
0 commit comments