Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Add how not to run on PRs to README (fixes #17) #41

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vorburger
Copy link

This fixes #17

It works for me like this, see https://github.com/MariaDB4j/MariaDB4j/pull/759/files

@kyleryxn
Copy link

kyleryxn commented Aug 1, 2023

I tried this solution and does not work for me

@dezzak
Copy link

dezzak commented Sep 1, 2023

I'm using a two-step solution:

steps:
      - name: Get default branch
        id: defaultBranch
        run: echo "ref=refs/heads/${{github.event.repository.default_branch}}" >> $GITHUB_OUTPUT

      - name: Submit Dependency Snapshot
        uses: advanced-security/maven-dependency-submission-action@v3
        if: github.ref == steps.defaultBranch.outputs.ref

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Dependabot pull requests fail on repositories with maven-dependency-submission action
3 participants