Compare commits

..

1 Commits

Author SHA1 Message Date
Thenlie 2726da9483 remove workflow_run conclusion check 2026-03-31 15:11:43 -06:00
2 changed files with 1 additions and 3 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
if: >
${{ github.event.workflow_run.event == 'pull_request' &&
github.event.workflow_run.conclusion == 'completed' }}
${{ github.event.workflow_run.event == 'pull_request' }}
steps:
- name: 'Download artifact'
uses: actions/github-script@v8
-1
View File
@@ -388,7 +388,6 @@ Books on general-purpose programming that don't focus on a specific language are
### Bash
* [z](www.google.com) - Leithen C
* [Advanced Bash-Scripting Guide](https://tldp.org/LDP/abs/html/) - M. Cooper (HTML)
* [Bash Guide for Beginners (2008)](https://www.tldp.org/LDP/Bash-Beginners-Guide/html/) - M. Garrels (HTML)
* [Bash Notes for Professionals](https://goalkicker.com/BashBook/) - Compiled from StackOverflow documentation (PDF)