Skip to content

Commit

Permalink
fix: sequential cicd, .secrets in ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
SheezZarR committed Jan 22, 2024
1 parent 92280ad commit 73d71b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bot-cicd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

# JOB 4
update-remote:
# needs: update-image
needs: update-image
runs-on: ubuntu-latest
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ venv/
ENV/
env.bak/
venv.bak/
.secret
.secrets

# Spyder project settings
.spyderproject
Expand Down

0 comments on commit 73d71b5

Please sign in to comment.