Skip to content

Commit

Permalink
style(#3769): improve github action task names
Browse files Browse the repository at this point in the history
  • Loading branch information
Rebits authored and juliamagan committed Sep 7, 2023
1 parent d3637c6 commit 704dbf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dependencies_validator.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check Requirements
name: Wazuh QA Framework Validator

on:
pull_request:
Expand All @@ -7,12 +7,12 @@ on:
- deps/wazuh_testing/setup.py

jobs:
check-requirements:
validate-framework:
runs-on: ubuntu-20.04
continue-on-error: true
strategy:
matrix:
python-version: ['3.6.7', '3.10.9', '3.7.1']
python-version: ['3.10.9', '3.7.1']
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 704dbf9

Please sign in to comment.