Increase feed update time in Vulnerability Detection E2E tests to 10h #2693
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: Conventional commits | |
on: | |
- pull_request | |
jobs: | |
commits_check_job: | |
runs-on: ubuntu-latest | |
name: Check PR commits | |
steps: | |
- name: Download files | |
uses: actions/checkout@v3 | |
- name: Install requests dependency | |
run: python -m pip install requests | |
- name: Run commit names checker script | |
run: | | |
python .github/workflows/scripts/commits_checker.py -t ${{ secrets.GITHUB_TOKEN }} -p ${{ github.event.number }} |