Skip to content

Commit

Permalink
fixed broken stat on sample arm.yaml file
Browse files Browse the repository at this point in the history
  • Loading branch information
shitwolfymakes committed Jun 3, 2022
1 parent 8997c62 commit 880d767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ name: "Quality Checks"
on:
# Triggers the workflow on push or pull request events but only for the v2.5.0_dev branch
push:
branches: [ v2_devel, v2_master ]
branches: [ main, v2_devel, v2_master ]
pull_request:
branches: [ v2_devel, v2_master]
branches: [ main, v2_devel, v2_master]


# Allows you to run this workflow manually from the Actions tab
Expand Down Expand Up @@ -75,6 +75,6 @@ jobs:
#flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
- name: Fix config files
run: |
cp docs/arm.yaml.sample arm.yaml
cp setup/arm.yaml arm.yaml
- name: Run A.R.M ui
run: timeout 1 python ./arm/runui.py || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

0 comments on commit 880d767

Please sign in to comment.