summaryrefslogtreecommitdiff
path: root/.github/workflows/version-check.py
AgeCommit message (Collapse)Author
2024-01-25[workflows] Fix version-check.yml to work with the new minor release bumpTom Stellard
2023-05-26[NFC][Py Reformat] Reformat version-check.py in .github dirTobias Hieta
2023-01-27Workflows: Fix version-check.py script for when there is no RC tag yetTom Stellard
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D142598
2022-09-15[NFC] Fix exception in version-check.py scriptTobias Hieta
2022-08-19workflows/version-check: Fix check for release candidatesTom Stellard
Reviewed By: thieta Differential Revision: https://reviews.llvm.org/D131650
2022-07-27workflows: Fix version check for X.0.0 releasesTom Stellard
2022-07-26Import CI tests from the release branchTom Stellard
The tests still only run on pushes or pull requests for the release branch, but having it in the main branch means we don't have to copy the tests every time we create a new release branch. Reviewed By: asl Differential Revision: https://reviews.llvm.org/D129526