Lines Matching +full:fail +full:- +full:fast
1 # https://docs.github.com/en/actions/learn-github-actions/contexts
6 # https://docs.github.com/en/github-ae@latest/actions/learn-github-actions/expressions
7 ## Error: .github/workflows/example-env-github.yml (Line: 53, Col: 26): A mapping was not expected
13 …https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-manua…
14 …ps://docs.github.com/en/actions/managing-workflow-runs/manually-running-a-workflow#configuring-a-w…
15 # https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context
22 …# https://docs.github.com/en/enterprise-cloud@latest/actions/using-workflows/workflow-syntax-for-g…
25 - "['7.4','8.2']"
26 - "['8.2']"
27 - "['7.4']"
35 demo-job: # The identifier of the job
39 runs-on: ubuntu-latest
41 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
43 …https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idst…
44 fail-fast: false
46 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
51 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-ad…
53 …ps://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#example-using-c…
54 …atically: https://docs.github.com/en/actions/learn-github-actions/expressions#example-returning-a-…
57 # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#env
58 # https://docs.github.com/en/actions/learn-github-actions/contexts#env-context
66 … https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-a…
67 …# https://docs.github.com/en/actions/learn-github-actions/variables#passing-values-between-steps-a…
68 …# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_id…
69 - name: Adding a conditional dependant variable
76 - name: Echo env created
82 …# https://docs.github.com/en/actions/learn-github-actions/contexts#example-printing-context-inform…
83 - name: Dump GitHub context
85 - name: Dump job context
87 - name: Dump steps context
89 - name: Dump runner context
91 - name: Dump strategy context
93 - name: Dump matrix context
95 - name: Dump Input context