Skip to content

Commit

Permalink
chore: smart workflow - ignore drafts
Browse files Browse the repository at this point in the history
  • Loading branch information
stackchain committed Nov 18, 2024
1 parent e46ecee commit 27358a2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:

jobs:
build:
if: github.event.pull_request.draft == false

runs-on: macos-13
steps:
- uses: maxim-lobanov/setup-xcode@v1
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/wallet-mobile-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ defaults:

jobs:
check:
if: github.event.pull_request.draft == false

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 27358a2

Please sign in to comment.