23ba528593
* Remove scripts * Update workflows to use checks repo * Add explanation about naming of base branch This only concerns private tests with PRs created against a base branch in another non-official repo. * Fix checkout paths * Move TESTING to a less confusing location
11 lines
564 B
Plaintext
11 lines
564 B
Plaintext
The name of the branch plays a role in the tests run when changes are
|
|
submitted. For this reason, when modifying the workflows in ./.github, if you
|
|
want to test them prior to submission, the PR must be tested against a branch that
|
|
exists also in the `alire-index-checks` repo, e.g., 'stable-1.2' or 'devel-1.2'
|
|
|
|
Normally you'll want to use the latest stable or devel branch.
|
|
|
|
E.g., if you modify a workflow in the `alire-index` repo and want to test it
|
|
privately, you can do so in your own account, but using the same `stable-x.x`
|
|
base branch for your private PR.
|