Skip to content

Commit

Permalink
prep for adding push steps
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Bozarth <[email protected]>
  • Loading branch information
ajbozarth committed Nov 25, 2024
1 parent 4c6e7ed commit d4c1957
Show file tree
Hide file tree
Showing 13 changed files with 97 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - all
name: Run all

on:
workflow_call:
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/curl.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - curl
name: curl

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/h2load.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - h2load
name: h2load

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/haproxy.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - haproxy
name: haproxy

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/httpd.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - httpd
name: httpd

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/locust.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build - locust
name: locust

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/mosquitto.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - mosquitto
name: mosquitto

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/nginx.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - nginx
name: nginx

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/ngtcp2.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - ngtcp2
name: ngtcp2

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/openssh.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - openssh
name: openssh

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/openssl3.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - openssl3
name: openssl3

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/openvpn.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build & Test - openvpn
name: openvpn

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/wireshark.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build - wireshark
name: wireshark

on:
push:
Expand All @@ -14,6 +14,13 @@ on:
required: false
default: false
type: boolean
workflow_dispatch:
inputs:
build_main:
description: "Build using liboqs and oqsprovider main branches"
required: false
default: false
type: boolean

env:
build-args: |
Expand Down

0 comments on commit d4c1957

Please sign in to comment.