Skip to content

Commit

Permalink
Merge branch 'master' into as/npuw_new_compute_patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnov-alexey authored Nov 22, 2024
2 parents bf1c5a9 + c542f21 commit 224c0e3
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/merge_queue_stub.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
on:
merge_group:

jobs:
merge_group_stub_check:
name: ci/jenkins
runs-on: ubuntu-latest
defaults:
run:
shell: bash
if: ${{ github.event_name == 'merge_group' }}
steps:
- run: echo "Just a stub check to keep Jenkins running in pre-commits but not in merge queue"

0 comments on commit 224c0e3

Please sign in to comment.