Skip to content

Commit

Permalink
[REMOVE] more adjustments for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
HannesWell committed Mar 17, 2024
1 parent 56ab13f commit 0c87e37
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/actions/maven-license-check-action/action.yml
Expand Up @@ -36,7 +36,7 @@ runs:
if [ ${{ inputs.request-review }} ]; then
mvn ${mvnArgs} -Ddash.iplab.token=$GITLAB_API_TOKEN
if [[ $? == 0 ]]; then # All licenses are vetted
echo "build-succeeded=1" >> $GITHUB_OUTPUT
echo "build-succeeded=0" >> $GITHUB_OUTPUT
else
echo "build-succeeded=0" >> $GITHUB_OUTPUT
fi
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mavenLicenseCheck.yml
Expand Up @@ -62,7 +62,7 @@ jobs:
run: echo "isDependabotPR=1" >> $GITHUB_ENV
if: >
github.event_name == 'pull_request' && (github.event.action == 'opened' || github.event.action == 'synchronize' || github.event.action == 'reopened')
&& github.actor == 'dependabot[bot]' && github.actor_id == '49699333'
&& github.actor == 'HannesWell'
# For 'issue_comment'-events this job only runs if a comment was added to a PR with body specified above

- name: Set review request
Expand Down

0 comments on commit 0c87e37

Please sign in to comment.