Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 10, 2024
1 parent fbfe96a commit d857492
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ jobs:
files: |
**/*.py
Dockerfile
- name: Log Changes Detected
run: |
echo "Changes detected: ${{ steps.detect-changes.outputs.changes_detected }}"
build-and-publish:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -65,6 +68,7 @@ jobs:
update-changelog:
runs-on: ubuntu-latest
needs: build-and-publish
if: success()
steps:
- name: Checkout code
uses: actions/checkout@v4
Expand Down
5 changes: 0 additions & 5 deletions .github/workflows/steam-stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@ on:
# Runs every Monday at 12AM IST (UTC+5:30)
- cron: "30 18 * * 0"
workflow_dispatch:
push:
branches:
- master
paths:
- '**/*.py'
pull_request:
branches:
- master
Expand Down

1 comment on commit d857492

@vercel
Copy link

@vercel vercel bot commented on d857492 Jun 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.