Idris2/.github/workflows
Thomas E. Hansen dc79c6dd05 [ ci ] re 3067: fix CI on main branch
The extra CI jobs introduced in #3067 work fine as long as 'main' is not
the checked out branch. This is due to the fetch to a new branch, which
git does (reasonably) not allow when you're trying to fetch 'main' into
a new branch that's also called 'main'. In this case, we should just
`git pull origin main`, which is what the script now (hopefully) does.
2023-09-15 12:05:10 +02:00
..
ci-bootstrap.yml Apply a fix from the other workflow that uses commit message. 2023-01-18 20:00:13 -06:00
ci-idris2-and-libs.yml [ ci ] re 3067: fix CI on main branch 2023-09-15 12:05:10 +02:00
ci-lint.yml CI Maintenance (#2855) 2023-01-18 09:54:42 -06:00
ci-sphinx.yml CI Maintenance (#2855) 2023-01-18 09:54:42 -06:00
ci-super-linter.yml CI Maintenance (#2855) 2023-01-18 09:54:42 -06:00