There was an error while loading. Please reload this page.
1 parent 9b78c8c commit c36388bCopy full SHA for c36388b
1 file changed
.github/workflows/release-tracker.yml
@@ -12,6 +12,7 @@ concurrency:
12
13
jobs:
14
build:
15
+ if: github.event.pull_request.merged == true
16
runs-on: ubuntu-24.04
17
permissions:
18
contents: write
@@ -23,9 +24,6 @@ jobs:
23
24
25
- name: Generate LGTM App token
26
id: lgtm-app-token
- if: |
27
- github.event.action == 'closed' &&
28
- github.event.pull_request.merged == true
29
uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
30
with:
31
client-id: ${{ secrets.LGTM_APP_CLIENT_ID }}
@@ -34,9 +32,6 @@ jobs:
34
32
repositories: CHANGELOG
35
33
36
- name: Update release tracker
37
38
39
40
env:
41
GITHUB_USER: ${{ github.actor }}
42
GITHUB_TOKEN: ${{ steps.lgtm-app-token.outputs.token }}
0 commit comments