Skip to content

Commit

Permalink
False
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Aug 5, 2024
1 parent 4e18849 commit 9102414
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- name: Get list of changes
id: change-list
uses: tj-actions/changed-files@v44
with:
files: |
**/*.json
- name: Debug
run: |
echo "HOLA"
Expand All @@ -40,6 +37,9 @@ jobs:
# images: ["ubuntu/ubuntu-22.04.json"]

steps:
- name: Fail
run: |
false
- name: Checkout
uses: actions/checkout@v4
- name: Setup python
Expand Down

0 comments on commit 9102414

Please sign in to comment.