Skip to content

Commit

Permalink
Removed tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Aragas committed Apr 27, 2024
1 parent d65ba70 commit b3c15f2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 70 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/features-release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: "Release dev container features & Generate Documentation"
name: Release dev container features & Generate Documentation

on:
workflow_dispatch:

Expand Down
64 changes: 0 additions & 64 deletions .github/workflows/features-test.yml

This file was deleted.

10 changes: 5 additions & 5 deletions .github/workflows/image-release.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name: Dev Container Build and Push Image

on:
push:
branches:
- master
paths:
- '.image-base/**/*'
workflow_dispatch:

jobs:
build-and-publish-docker:
if: ${{ github.ref == 'refs/heads/master' }}
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
packages: write
steps:
- name: Checkout Repository
uses: actions/checkout@v4
Expand Down

0 comments on commit b3c15f2

Please sign in to comment.