Skip to content

Commit

Permalink
Making a trivial change to trigger an image build
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Nov 17, 2024
1 parent 1a17662 commit d2fbb53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/build-base-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ name: Build Base Image
on:
push:
paths-ignore:
- '.github/**'
- 'seeds/**'
- 'dump/**'
- 'k8s/**'
- '**'
- '!Base.Dockerfile'
- '!requirements.txt'
- '!package-lock.json'
- '.gitignore'

concurrency:
group: deployment
Expand Down
1 change: 0 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
[![Deploy to Kubernetes (prod)](https://github.com/norcalipa/crank/actions/workflows/deploy-home.yml/badge.svg)](https://github.com/norcalipa/crank/actions/workflows/deploy-home.yml)
[![Change Tracking Marker](https://github.com/norcalipa/crank/actions/workflows/new-relic-change-tracking.yml/badge.svg)](https://github.com/norcalipa/crank/actions/workflows/new-relic-change-tracking.yml)


## Overview

This project is a web application built with Python using the Django framework, React, and TypeScript. It includes a backend API, frontend UI, and various automated tests.
Expand Down

0 comments on commit d2fbb53

Please sign in to comment.