We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbf26e commit 5ba51f4Copy full SHA for 5ba51f4
1 file changed
.github/workflows/release-tracker.yml
@@ -11,6 +11,7 @@ concurrency:
11
12
jobs:
13
build:
14
+ if: github.event.pull_request.merged == true
15
name: Build
16
runs-on: ubuntu-24.04
17
permissions:
@@ -20,9 +21,6 @@ jobs:
20
21
22
- name: Generate LGTM App token
23
id: lgtm-app-token
- if: |
24
- github.event.action == 'closed' &&
25
- github.event.pull_request.merged == true
26
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
27
with:
28
client-id: ${{ secrets.LGTM_APP_CLIENT_ID }}
@@ -31,9 +29,6 @@ jobs:
31
29
repositories: CHANGELOG
32
30
33
- name: Update release tracker
34
35
36
37
env:
38
GITHUB_USER: ${{ github.actor }}
39
GITHUB_TOKEN: ${{ steps.lgtm-app-token.outputs.token }}
0 commit comments