Skip to content

Commit

Permalink
chore: update GH workflows by adding documentation and removing unuse…
Browse files Browse the repository at this point in the history
…d files
  • Loading branch information
lgersman committed Oct 30, 2024
1 parent 98132e6 commit 394d78c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 81 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/build-devcontainer-image.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
#
# this is a shared workflow that is used by other workflows
#
# its primary purpose is to build and push the devcontainer.
# it returns the image name
#
# @see ./release.yaml for how it is used
#
name: Build DevContainer Image
on:
workflow_call:

# secrets:
# GITHUB_TOKEN:
# required: true
Expand Down
47 changes: 0 additions & 47 deletions .github/workflows/manual-dump-github-variables.yaml

This file was deleted.

33 changes: 0 additions & 33 deletions .github/workflows/manual-test-devcontainer.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#
# this is the release workflow that is triggered by a push to main or develop branches
# it will
# - build the project
# - @TODO: save the artifacts to the workflow
# - @TODO: create a GitHub releases with changelog and upload the artifacts
#
name: 'release'

on:
Expand Down

0 comments on commit 394d78c

Please sign in to comment.