[all-commits] [llvm/llvm-project] d24c8d: GitHub Actions: Only run tests on pushes to releas...
tstellar via All-commits
all-commits at lists.llvm.org
Wed Nov 20 13:07:04 PST 2019
Branch: refs/heads/release/9.x
Home: https://github.com/llvm/llvm-project
Commit: d24c8dde9103eceb9f689176352481018b79d2af
https://github.com/llvm/llvm-project/commit/d24c8dde9103eceb9f689176352481018b79d2af
Author: Tom Stellard <tstellar at redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M .github/workflows/commit-tests.yml
Log Message:
-----------
GitHub Actions: Only run tests on pushes to release/** branches
This prevents the tests from being run twice on pull requests
since pull requests first require creating a new branch (which was
also triggering CI runs).
Commit: 5bb85aeecac15092c5c2676756fe5bec54530c3a
https://github.com/llvm/llvm-project/commit/5bb85aeecac15092c5c2676756fe5bec54530c3a
Author: Tom Stellard <tstellar at redhat.com>
Date: 2019-11-20 (Wed, 20 Nov 2019)
Changed paths:
M .github/workflows/commit-tests.yml
Log Message:
-----------
GitHub Actions: Pull source code from current repo when dumping the ABI
This makes it possible for this step to work during pull requests.
Compare: https://github.com/llvm/llvm-project/compare/0f34f1b9318e...5bb85aeecac1
More information about the All-commits
mailing list