Skip to content

Commit

Permalink
Try revert of checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
sgasioro committed Sep 23, 2024
1 parent df2b5d1 commit 2730185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
push:
branches: [ "main", "reco_updates" ]
branches: [ "main" ]
paths:
- 'Dockerfile'
- 'build_docker.sh'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
container: seangaz/gradoptics
steps:
- name: checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v3

- name: run pytest
run: |
Expand Down

0 comments on commit 2730185

Please sign in to comment.