Skip to content

Commit

Permalink
Fixed: The workflow is not valid. .github/workflows/ci.yml (Line: 26,…
Browse files Browse the repository at this point in the history
… Col: 9): Unexpected symbol: ')'.
  • Loading branch information
TeamSPoon committed Dec 21, 2024
1 parent 8f09826 commit 4678f1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
generate-reports:
runs-on: ubuntu-latest

if: (github.repository == 'logicmoo/metta-testsuite') || github.repository == 'logicmoo/metta-wam') || (github.event_name != 'schedule')
if: (github.repository == 'logicmoo/metta-testsuite') || (github.repository == 'logicmoo/metta-wam') || (github.event_name != 'schedule')

env:
JOB_TYPE: ${{ github.event_name == 'schedule' && 'nightly' || 'ci' }}
Expand Down Expand Up @@ -276,7 +276,7 @@ jobs:
allure_report: allure-report
allure_history: allure-history
subfolder: ${{ env.SUBFOLDER }}
keep_reports: 120
keep_reports: 1200
env:
SUBFOLDER: ${{ env.JOB_TYPE }}

Expand Down

0 comments on commit 4678f1f

Please sign in to comment.