mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-28 20:52:02 +00:00
Noop "download" portion of #shame (#9114)
This commit is contained in:
21
.github/workflows/main_matrix.yml
vendored
21
.github/workflows/main_matrix.yml
vendored
@@ -263,16 +263,17 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
base: ${{ github.base_ref }}
|
base: ${{ github.base_ref }}
|
||||||
head: ${{ github.sha }}
|
head: ${{ github.sha }}
|
||||||
- name: Download the old manifests
|
# Currently broken (for-loop through EVERY artifact -- rate limiting)
|
||||||
if: github.event_name == 'pull_request_target'
|
# - name: Download the old manifests
|
||||||
run: gh run download -R "$repo" --name "manifests-$merge_base" --dir manifest-old/
|
# if: github.event_name == 'pull_request_target'
|
||||||
env:
|
# run: gh run download -R "$repo" --name "manifests-$merge_base" --dir manifest-old/
|
||||||
GH_TOKEN: ${{ github.token }}
|
# env:
|
||||||
merge_base: ${{ env.MERGE_BASE }}
|
# GH_TOKEN: ${{ github.token }}
|
||||||
repo: ${{ github.repository }}
|
# merge_base: ${{ env.MERGE_BASE }}
|
||||||
- name: Do scan and post comment
|
# repo: ${{ github.repository }}
|
||||||
if: github.event_name == 'pull_request_target'
|
# - name: Do scan and post comment
|
||||||
run: python3 bin/shame.py ${{ github.event.pull_request.number }} manifests-old/ manifests-new/
|
# if: github.event_name == 'pull_request_target'
|
||||||
|
# run: python3 bin/shame.py ${{ github.event.pull_request.number }} manifests-old/ manifests-new/
|
||||||
|
|
||||||
release-artifacts:
|
release-artifacts:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Reference in New Issue
Block a user