Skip to content

Commit

Permalink
Merge pull request mosip#1223 from syedsalman3753/develop
Browse files Browse the repository at this point in the history
[DSD-3962] Updated push_trigger to run builds in sequence
  • Loading branch information
Sohandey authored Nov 30, 2023
2 parents 5abd44b + d635865 commit 0846bcd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 13 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/authdemo-push-trigger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,8 @@ jobs:
OSSRH_SECRET: ${{ secrets.OSSRH_SECRET }}
OSSRH_TOKEN: ${{ secrets.OSSRH_TOKEN }}
GPG_SECRET: ${{ secrets.GPG_SECRET }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK }}

build-automation-tests:
needs: publish_to_nexus
uses: ./.github/workflows/automationtests-push-trigger.yml
25 changes: 13 additions & 12 deletions .github/workflows/automationtests-push-trigger.yml
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
name: Maven Package upon a push

on:
release:
types: [published]
pull_request:
types: [opened, reopened, synchronize]
workflow_call:
workflow_dispatch:
inputs:
message:
description: 'Message for manually triggering'
required: false
default: 'Triggered for Updates'
type: string
push:
branches:
- '!release-branch'
- master
- 1.*
- develop
- MOSIP*
- release*
#release:
# types: [published]
#pull_request:
# types: [opened, reopened, synchronize]
#push:
# branches:
# - '!release-branch'
# - master
# - 1.*
# - develop
# - MOSIP*
# - release*

jobs:
build-maven-automationtests:
Expand Down

0 comments on commit 0846bcd

Please sign in to comment.