Skip to content

Commit

Permalink
Disable auto activation on merge
Browse files Browse the repository at this point in the history
  • Loading branch information
davseve committed Sep 7, 2023
1 parent ec63cf7 commit 3aec88c
Showing 1 changed file with 7 additions and 12 deletions.
19 changes: 7 additions & 12 deletions .github/workflows/latest-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ name: Automated Latest Release

env:
CHANNEL: 'latest'
PRERELEASE: 'true'
PRERELEASE: 'false'

on:
pull_request:
types: [closed]
branches:
- main
# on:
# pull_request:
# types: [closed]
# branches:
# - main

# Only cancel in-progress jobs or runs for the current workflow run
# Cancel in-progress jobs or runs for the current workflow run
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand All @@ -24,11 +24,6 @@ jobs:
uses: actions/checkout@v3
with:
ref: main
- name: Get Lables
run: |
echo "LABELS: ${{ github.event.pull_request.labels }}"
x=${{ toJson(github.event.pull_request.labels.*.name) }}
echo "Labels 2 is $x"
- name: Get Configuration
id: configuration
uses: rgarcia-phi/json-to-variables@9835d537368468c4e4de5254dc3efeadda183793
Expand Down

0 comments on commit 3aec88c

Please sign in to comment.