We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93f4f5e commit 725ccb1Copy full SHA for 725ccb1
.github/workflows/pre-commit.yml
@@ -27,6 +27,9 @@ jobs:
27
28
- name: Checkout DPNP repo
29
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
30
+ with:
31
+ # use commit hash to make "no-commit-to-branch" check passing
32
+ ref: ${{ github.sha }}
33
34
- name: Set up python
35
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
0 commit comments