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:
177177 needs : [ build, publish ]
178178 runs-on : ubuntu-latest
179179 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' )
186182 strategy :
187183 matrix :
188184 repo : ['utPLSQL/utPLSQL-maven-plugin', 'utPLSQL/utPLSQL-demo-project']
@@ -204,9 +200,7 @@ jobs:
204200 - name : Slack Workflow Notification
205201 uses : Gamesight/slack-workflow-status@master
206202 with :
207- # Required Input
208203 repo_token : ${{secrets.GITHUB_TOKEN}}
209204 slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
210- # Optional Input
211205 name : ' Github Actions[bot]'
212206 icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
Original file line number Diff line number Diff line change 9191 - name : Slack Workflow Notification
9292 uses : Gamesight/slack-workflow-status@master
9393 with :
94- # Required Input
9594 repo_token : ${{secrets.GITHUB_TOKEN}}
9695 slack_webhook_url : ${{secrets.SLACK_WEBHOOK_URL}}
97- # Optional Input
9896 name : ' Github Actions[bot]'
9997 icon_url : ' https://octodex.github.com/images/mona-the-rivetertocat.png'
10098
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments