We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e17a8f9 commit dbb4066Copy full SHA for dbb4066
1 file changed
.github/workflows/ci.yml
@@ -4,8 +4,6 @@ on:
4
branches: [develop]
5
pull_request:
6
branches: [develop, main]
7
- pull_request_target:
8
- branches: [develop, main]
9
workflow_dispatch:
10
inputs:
11
triggered-by:
@@ -14,8 +12,6 @@ on:
14
12
type: string
15
13
jobs:
16
build:
17
- if: github.event_name \!= 'pull_request_target' || github.actor == 'dependabot[bot]'
18
uses: fireflyframework/.github/.github/workflows/java-ci.yml@main
19
with:
20
java-version: '25'
21
- checkout-ref: ${{ github.event_name == 'pull_request_target' && github.event.pull_request.head.sha || '' }}
0 commit comments