Skip to content

Commit

Permalink
Update main.yml (#708)
Browse files Browse the repository at this point in the history
  • Loading branch information
sayaliM0412 authored Dec 27, 2023
1 parent 964d572 commit 1451b99
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,6 @@ on:
"db2-luw"
]
ossWorkflowUrl:
description: Triggered by which OSS run. Leave empty when manually triggered.
required: false
jobs:
check_build_safety:
name: Check if Build should be done
Expand Down Expand Up @@ -195,7 +191,7 @@ jobs:
if (!runDescription) {
runDescription = "None given";
}
core.notice("Run Description: " + runDescription);
core.notice("Triggered by this OSS PR: " + runDescription);
let runDetails = null;
if (context.payload && context.payload.inputs && context.payload.inputs.runDetails) {
Expand All @@ -210,11 +206,6 @@ jobs:
core.notice(notice);
}
}
const ossWorkflowURL = "${{ github.event.inputs.ossWorkflowUrl }}";
if (ossWorkflowURL) {
core.notice("Triggered by this OSS PR ${{ github.event.inputs.ossWorkflowUrl }}");
}
- name: maven-settings-xml-action
uses: whelk-io/maven-settings-xml-action@v21
Expand Down Expand Up @@ -394,4 +385,4 @@ jobs:
"context": "Run Test-Harness Tests",
"description": "Test-Harness tests complete",
"target_url": "https://github.com/liquibase/liquibase-test-harness/actions/runs/${{ github.run_id }}"
});
});

0 comments on commit 1451b99

Please sign in to comment.