Skip to content

Commit

Permalink
This is the actual disabled version (checking for failure)
Browse files Browse the repository at this point in the history
  • Loading branch information
kquick committed Nov 14, 2024
1 parent 8e87bab commit 3ea75df
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
prnum=$(cat pulls.json | nix run nixpkgs#jq -- .[${X}].number)
prref=$(cat pulls.json | nix run nixpkgs#jq -- -r .[${X}].merge_commit_sha)
tgt=${TGTBASE}/PR_${prnum}
if [ "X$prref" == "Xnull" ] ; then
echo Skipping PR ${X}: probable unresolved merge conflict
continue
fi
# if [ "X$prref" == "Xnull" ] ; then
# echo Skipping PR ${X}: probable unresolved merge conflict
# continue
# fi
echo "Checkout Pull Request ${prnum} at ${prref} into PR_${prnum}"
mkdir $tgt
# n.b. the switch here is important to make sure the branch is
Expand Down

0 comments on commit 3ea75df

Please sign in to comment.