Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
rmassei authored Feb 14, 2025
1 parent 3140a6c commit 80a13fa
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,13 @@
name: Weekly global Tool Linting and Tests
on:
schedule:
# Run at midnight every monday
- cron: '0 0 * * 1'
repository_dispatch:
types: [run-all-tool-tests-command]
on: workflow_dispatch
env:
GALAXY_FORK: galaxyproject
GALAXY_BRANCH: release_24.1
MAX_CHUNKS: 40
jobs:
setup:
name: Setup cache and determine changed repositories
if: ${{ github.repository_owner == 'Helmholtz-UFZ' }}
if: ${{ github.repository_owner == 'rmassei' }}
runs-on: ubuntu-latest
outputs:
galaxy-head-sha: ${{ steps.get-galaxy-sha.outputs.galaxy-head-sha }}
Expand Down

0 comments on commit 80a13fa

Please sign in to comment.