[buddypress-trac] [BuddyPress Trac] #8421: Migrate from Travis to GitHub Actions

buddypress-trac noreply at wordpress.org
Thu May 20 10:21:58 UTC 2021


#8421: Migrate from Travis to GitHub Actions
------------------------------+----------------------
 Reporter:  slaFFik           |       Owner:  slaFFik
     Type:  task              |      Status:  closed
 Priority:  normal            |   Milestone:  8.0.0
Component:  Build/Test Tools  |     Version:
 Severity:  normal            |  Resolution:  fixed
 Keywords:  has-patch commit  |
------------------------------+----------------------

Comment (by slaFFik):

 @imath I would suggest adding support for `[skip ci]` to skip GH Actions
 when readme/changelog/images or other files that do not modify the code
 are pushed, and there is no reason to run all the tests.

 Example:
 {{{
 runs-on: ubuntu-20.04
 if: "!contains(github.event.head_commit.message, '[skip ci]')"
 }}}

 I would also recommend sticking to an exact `runs-on: ubuntu-20.04`
 instead of relying on a more generic `ubuntu-latest` (which you will need
 to monitor from time to time).

-- 
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/8421#comment:19>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac


More information about the buddypress-trac mailing list