Skip to content

Commit

Permalink
no concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 28, 2023
1 parent f1155e4 commit 7ef9bc3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/latexmk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: latexmk
on:
push:
branches: master
concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
jobs:
latexmk:
runs-on: ubuntu-22.04
Expand Down
9 changes: 9 additions & 0 deletions 01-integration/01-integration.tex
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,20 @@
{``PMP Exam Prep'' by Rita Mulcahy, 2018}
{agile, instruments, basics}

\pmbaQuestion
{What book can make you a \emph{good} project manager?}
{``Drive'' by Daniel H. Pink, 2011}
{``Scrum'' by Jeff Sutherland, 2014}
{``Microsoft Project Step by Step'' by Cindy Lewis, 2019}
{``PMP Exam Prep'' by Rita Mulcahy, 2018}
{agile, instruments, basics}

\plush{
\href{https://www.yegor256.com/2016/05/24/who-is-project-manager.html}{Who Is a Project Manager?} (2016)\par
\href{https://www.yegor256.com/2016/02/18/holacracy-autocracy.html}{Holacracy or Autocracy? Both!} (2016)\par
\href{https://www.yegor256.com/2015/06/08/deadly-sins-software-project.html}{Seven Deadly Sins of a Software Project} (2015)\par
\href{https://www.yegor256.com/2015/09/22/micromanagement.html}{Are You a Micromanager?} (2015)\par
\href{https://www.yegor256.com/2020/10/13/lack-of-problem.html}{Lack of Problem Is the Problem} (2020)
}

\end{document}

0 comments on commit 7ef9bc3

Please sign in to comment.