Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to make jobs run synchronously on github actions

jobs:
  first:
    ...

  second:
    needs: first

# GitHub Actions Tutorial with time-stamp
# https://youtu.be/R8_veQiYBjI?t=1339
 
PREVIOUS NEXT
Tagged: #jobs #run #synchronously #github #actions
ADD COMMENT
Topic
Name
5+9 =