Skip to content
This repository has been archived by the owner on Oct 15, 2024. It is now read-only.

Commit

Permalink
Don't run "validate_descriptors" for changes to "developer-preview" d…
Browse files Browse the repository at this point in the history
…irectory on push to master
  • Loading branch information
LL782 committed Oct 8, 2024
1 parent d678229 commit 25fc981
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- master
paths-ignore:
- "developer-preview/**"

permissions:
id-token: write
Expand All @@ -18,7 +20,6 @@ jobs:
runs-on: public-ledgerhq-shared-small
timeout-minutes: 60
steps:

- name: Checkout
timeout-minutes: 10
uses: actions/checkout@v4
Expand All @@ -27,8 +28,8 @@ jobs:
timeout-minutes: 10
uses: actions/setup-python@v5
with:
python-version: '3.12'
cache: 'pip'
python-version: "3.12"
cache: "pip"

- name: Login to Ledger JFrog
timeout-minutes: 10
Expand All @@ -51,7 +52,6 @@ jobs:
runs-on: public-ledgerhq-shared-small
timeout-minutes: 60
steps:

- name: Trigger update on LedgerHQ/crypto-assets
if: ${{ !cancelled() }}
timeout-minutes: 60
Expand Down

0 comments on commit 25fc981

Please sign in to comment.