Skip to content

Commit

Permalink
Order of checks in PR
Browse files Browse the repository at this point in the history
Signed-off-by: Montse Ortega <mortegag@redhat.com>
  • Loading branch information
ammont82 committed Nov 13, 2024
1 parent 9ed7e18 commit 4ec05e5
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,15 @@ jobs:
fi
echo "skip=${skip}" >> $GITHUB_OUTPUT
echo "skip=${skip}"
needs: [dco-check]
dco-check:
runs-on: ubuntu-latest
steps:
- name: Check DCO
uses: dcoapp/action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

lint-and-build:
# Execute lint and build when a PR is ready
needs: preflight-check
Expand Down

0 comments on commit 4ec05e5

Please sign in to comment.