File tree Expand file tree Collapse file tree 4 files changed +2
-232
lines changed Expand file tree Collapse file tree 4 files changed +2
-232
lines changed Original file line number Diff line number Diff line change @@ -177,12 +177,8 @@ jobs:
177
177
needs : [ build, publish ]
178
178
runs-on : ubuntu-latest
179
179
if : |
180
- github.repository == 'utPLSQL/utPLSQL' &&
181
- github.base_ref == null &&
182
- ( startsWith( github.ref, 'refs/heads/release/v' )
183
- || github.ref == 'refs/heads/develop'
184
- || github.ref == 'refs/heads/feature/github_actions'
185
- )
180
+ github.repository == 'utPLSQL/utPLSQL' && github.base_ref == null &&
181
+ ( startsWith( github.ref, 'refs/heads/release/v' ) || github.ref == 'refs/heads/develop' )
186
182
strategy :
187
183
matrix :
188
184
repo : ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project']
@@ -204,9 +200,7 @@ jobs:
204
200
- name : Slack Workflow Notification
205
201
uses : Gamesight/slack-workflow-status@master
206
202
with :
207
- # Required Input
208
203
repo_token : ${{secrets.GITHUB_TOKEN}}
209
204
slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
210
- # Optional Input
211
205
name : ' Github Actions[bot]'
212
206
icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
Original file line number Diff line number Diff line change 91
91
- name : Slack Workflow Notification
92
92
uses : Gamesight/slack-workflow-status@master
93
93
with :
94
- # Required Input
95
94
repo_token : ${{secrets.GITHUB_TOKEN}}
96
95
slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
97
- # Optional Input
98
96
name : ' Github Actions[bot]'
99
97
icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
100
98
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments