Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
AlejandroCabeza committed Jul 19, 2024
1 parent 4be90db commit 28fe36e
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/daily_devel.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# name: Daily Nim Devel
# on:
# schedule:
# - cron: "30 6 * * *"
# workflow_dispatch:
# pull_request:
name: Daily Nim Devel
on:
schedule:
- cron: "30 6 * * *"
workflow_dispatch:
pull_request:

# jobs:
# test_nim_devel:
# name: Daily Nim Devel
# uses: ./.github/workflows/base_daily_tests.yml
# with:
# nim: "[{'branch': 'devel', 'memory_management': 'orc'}]"
# cpu: "['amd64']"
jobs:
test_nim_devel:
name: Daily Nim Devel
uses: ./.github/workflows/base_daily_tests.yml
with:
nim: "[{'branch': 'devel', 'memory_management': 'orc'}]"
cpu: "['amd64']"

0 comments on commit 28fe36e

Please sign in to comment.