]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - .github/workflows/test.yml
Upgrade angular to latest patch version
[github/Chocobozzz/PeerTube.git] / .github / workflows / test.yml
index aba65258699be271d1a363250367fee9512397a1..a1edde1ef00045298e0b22fd1ae773620eb031e2 100644 (file)
@@ -5,6 +5,8 @@ on:
     branches:
       - develop
       - master
+      - ci
+      - next
   pull_request:
     types: [synchronize, opened]
   schedule:
@@ -42,7 +44,7 @@ jobs:
     env:
       PGUSER: peertube
       PGHOST: localhost
-      NODE_PENDING_JOB_WAIT: 500
+      NODE_PENDING_JOB_WAIT: 250
 
     steps:
       - uses: actions/checkout@v2