Browse Source

[BRE-372] - Clean up document start (#186)

pull/192/head
Opeyemi 1 year ago committed by GitHub
parent
commit
1298636a4d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      .github/workflows/build.yml
  2. 1
      .github/workflows/publish.yml
  3. 1
      .github/workflows/release.yml
  4. 1
      .github/workflows/scan.yml
  5. 1
      .github/workflows/test.yml
  6. 1
      .github/workflows/version-bump.yml

1
.github/workflows/build.yml

@ -1,4 +1,3 @@
---
name: Build name: Build
on: on:

1
.github/workflows/publish.yml

@ -1,4 +1,3 @@
---
name: Publish name: Publish
run-name: Publish ${{ inputs.publish_type }} run-name: Publish ${{ inputs.publish_type }}

1
.github/workflows/release.yml

@ -1,4 +1,3 @@
---
name: Release name: Release
run-name: Release ${{ inputs.release_type }} run-name: Release ${{ inputs.release_type }}

1
.github/workflows/scan.yml

@ -1,4 +1,3 @@
---
name: Scan name: Scan
on: on:

1
.github/workflows/test.yml

@ -1,4 +1,3 @@
---
name: Testing name: Testing
on: on:

1
.github/workflows/version-bump.yml

@ -1,4 +1,3 @@
---
name: Bump version name: Bump version
on: on:

Loading…
Cancel
Save