Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jonburchel committed Jul 22, 2024
1 parent 310caae commit 2f3f022
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-image-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
pull_request:
branches:
- main
- AddQueryStringForInitialPrompting

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docker-image-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- AddQueryStringForInitialPrompting

jobs:

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,4 @@ jobs:
- run: npm ci
- run: NODE_OPTIONS=--max_old_space_size=8192 npm run build --if-present
- run: npm run test --if-present
- run: npm install react-query @types/react-query
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ name: Python application

on:
push:
branches: [ "main" ]
branches: [ "main", "AddQueryStringForInitialPrompting" ]
pull_request:
branches: [ "main" ]
branches: [ "main", "AddQueryStringForInitialPrompting" ]

permissions:
contents: read
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/sample-app-github-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ jobs:
- name: Install dependencies
run: pip install -r requirements.txt

- name: Install react-query
run: npm install react-query @types/react-query


# Optional: Add step to run tests here (PyTest, Django test suites, etc.)

- name: Zip artifact for deployment
Expand Down

0 comments on commit 2f3f022

Please sign in to comment.