diff --git a/.github/workflows/run_examples.yml b/.github/workflows/run_examples.yml index 294630f2..ea07b0f3 100644 --- a/.github/workflows/run_examples.yml +++ b/.github/workflows/run_examples.yml @@ -1,14 +1,13 @@ name: Run Examples Script -on: [push] -# on: -# push: -# branches: [ main ] -# pull_request: -# branches: [ main ] - # schedule: - # # Runs at 3:00 AM UTC every day - # - cron: '0 3 * * *' +on: + push: + branches: [ main ] + pull_request: + branches: [ main ] + schedule: + # Runs at 3:00 AM UTC every day + - cron: '0 3 * * *' jobs: run-examples: @@ -31,5 +30,5 @@ jobs: - name: Make Script Executable and Run run: | - chmod +x ./scripts/run_examples.sh - ./scripts/run_examples.sh + chmod +x ./swarms/scripts/run_examples.sh + ./swarms/scripts/run_examples.sh \ No newline at end of file