mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
testing simple case for access debug
This commit is contained in:
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
@@ -4,7 +4,7 @@ on:
|
||||
push:
|
||||
pull_request:
|
||||
|
||||
#jobs:
|
||||
jobs:
|
||||
# build:
|
||||
# runs-on: ubuntu-20.04
|
||||
# steps:
|
||||
@@ -95,12 +95,6 @@ on:
|
||||
run: |
|
||||
touch test.txt
|
||||
git add .
|
||||
git add -u
|
||||
CHANGES=$(git status --porcelain 2>/dev/null| wc -l)
|
||||
echo "found $CHANGES to push for doc updates"
|
||||
if (( $CHANGES > 0 ))
|
||||
then
|
||||
git commit -m"docs update for $GITHUB_REF"
|
||||
git push
|
||||
fi
|
||||
git commit -m"docs update for $GITHUB_REF"
|
||||
git push
|
||||
echo "push completed"
|
||||
|
||||
Reference in New Issue
Block a user