Skip to content

Commit

Permalink
Sync DDC version 8fce8e3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbigot committed Jun 22, 2023
1 parent 9ce9761 commit 5614114
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vendor/ddc/.github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Identify repository
id: identify_repo
run: |
echo "github.event.type = ${{github.event}}"
echo "github.event.type = ${{github.event.type}}"
echo "github.repository = ${{github.repository}}"
echo "github.event.pull_request.head.repo.full_name = ${{github.event.pull_request.head.repo.full_name}}"
echo "in_base_repo = ${{(github.event.type == 'push' && github.repository == 'Maison-de-la-Simulation/ddc') || github.event.pull_request.head.repo.full_name == 'Maison-de-la-Simulation/ddc'}}"
Expand Down

0 comments on commit 5614114

Please sign in to comment.