We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fd74d commit befe02cCopy full SHA for befe02c
.github/workflows/check_commit_metadata.yml
@@ -43,8 +43,8 @@ jobs:
43
# Define the type of virtual host machine:
44
runs-on: ubuntu-latest
45
46
- # Skip this job for PRs opened by automated bot accounts:
47
- if: github.event.pull_request.user.login != 'stdlib-bot' && github.event.pull_request.user.login != 'dependabot[bot]'
+ # Temporarily disable the entire workflow:
+ if: false
48
49
# Define the sequence of job steps...
50
steps:
0 commit comments