Remove python seed generator comparison. #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Merge Queue Stubs | |
on: | |
pull_request: | |
merge_group: | |
# Run jobs that are required in PR, but not in the merge queue. | |
jobs: | |
lint-github-actions: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Do nothing | |
run: exit 0 |